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
2125 |
# File 'sig/client.rbs', line 2125
def access_key_id: () -> ::String
|
#expiration ⇒ ::Time
2128 |
# File 'sig/client.rbs', line 2128
def expiration: () -> ::Time
|
#secret_access_key ⇒ ::String
2126 |
# File 'sig/client.rbs', line 2126
def secret_access_key: () -> ::String
|
#session_token ⇒ ::String
2127 |
# File 'sig/client.rbs', line 2127
def session_token: () -> ::String
|