Class: Aws::Types::GetTemporaryGlueTableCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTemporaryGlueTableCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
-
#session_token ⇒ ::String
Returns the value of attribute session_token.
-
#vended_s3_path ⇒ ::Array[::String]
Returns the value of attribute vended_s3_path.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def access_key_id @access_key_id end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
590 591 592 |
# File 'sig/types.rbs', line 590 def expiration @expiration end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
588 589 590 |
# File 'sig/types.rbs', line 588 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
589 590 591 |
# File 'sig/types.rbs', line 589 def session_token @session_token end |
#vended_s3_path ⇒ ::Array[::String]
Returns the value of attribute vended_s3_path.
591 592 593 |
# File 'sig/types.rbs', line 591 def vended_s3_path @vended_s3_path end |