Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
boto
/
sts
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: credentials.cpython-310.pyc
o ckF[ � @ sx d dl Z d dlZd dlZd dlmZ G dd� de�ZG dd� de�ZG dd� de�Z G d d � d e�Z G dd� de�ZdS ) � N)�jsonc @ s\ e Zd ZdZddd�Zedd� �Zedd� �Zd d � Zdd� Z d d� Z dd� Zddd�ZdS )�Credentialsa' :ivar access_key: The AccessKeyID. :ivar secret_key: The SecretAccessKey. :ivar session_token: The session token that must be passed with requests to use the temporary credentials :ivar expiration: The timestamp for when the credentials will expire Nc C �( || _ d | _d | _d | _d | _d | _d S �N)�parent� access_key� secret_key� session_token� expiration� request_id��selfr � r �6/usr/lib/python3/dist-packages/boto/sts/credentials.py�__init__'