Module: Aws::LakeFormation::Client::_GetTemporaryGlueTableCredentialsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTemporaryGlueTableCredentialsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_key_id ⇒ ::String
- #expiration ⇒ ::Time
- #secret_access_key ⇒ ::String
- #session_token ⇒ ::String
- #vended_s3_path ⇒ ::Array[::String]
Instance Method Details
#access_key_id ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def access_key_id: () -> ::String
|
#expiration ⇒ ::Time
542 |
# File 'sig/client.rbs', line 542
def expiration: () -> ::Time
|
#secret_access_key ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def secret_access_key: () -> ::String
|
#session_token ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def session_token: () -> ::String
|
#vended_s3_path ⇒ ::Array[::String]
543 |
# File 'sig/client.rbs', line 543
def vended_s3_path: () -> ::Array[::String]
|