Module: Aws::LakeFormation::Client::_AssumeDecoratedRoleWithSAMLResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssumeDecoratedRoleWithSAMLResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_key_id ⇒ ::String
- #expiration ⇒ ::Time
- #secret_access_key ⇒ ::String
- #session_token ⇒ ::String
Instance Method Details
#access_key_id ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def access_key_id: () -> ::String
|
#expiration ⇒ ::Time
104 |
# File 'sig/client.rbs', line 104
def expiration: () -> ::Time
|
#secret_access_key ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def secret_access_key: () -> ::String
|
#session_token ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def session_token: () -> ::String
|