Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/sts/__pycache__/ |
Upload File : |
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__'