Credentials¶
Structure Class¶
Credentials
dataclass
¶
Amazon Web Services credentials for API authentication.
Attributes¶
access_key_id
instance-attribute
¶
access_key_id: str
The access key ID that identifies the temporary security credentials.
expiration
instance-attribute
¶
expiration: datetime
The date on which the current credentials expire.
secret_access_key
class-attribute
instance-attribute
¶
The secret access key that can be used to sign requests.