Module: Aws::DataZone::Client::_GetEnvironmentCredentialsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentCredentialsOutput]
- 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
2131 |
# File 'sig/client.rbs', line 2131
def access_key_id: () -> ::String
|
#expiration ⇒ ::Time
2134 |
# File 'sig/client.rbs', line 2134
def expiration: () -> ::Time
|
#secret_access_key ⇒ ::String
2132 |
# File 'sig/client.rbs', line 2132
def secret_access_key: () -> ::String
|
#session_token ⇒ ::String
2133 |
# File 'sig/client.rbs', line 2133
def session_token: () -> ::String
|