Class: Aws::Types::GetTemporaryDataLocationCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTemporaryDataLocationCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessible_data_locations ⇒ ::Array[::String]
Returns the value of attribute accessible_data_locations.
-
#credentials ⇒ Types::TemporaryCredentials
Returns the value of attribute credentials.
-
#credentials_scope ⇒ "READ", "READWRITE"
Returns the value of attribute credentials_scope.
Instance Attribute Details
#accessible_data_locations ⇒ ::Array[::String]
Returns the value of attribute accessible_data_locations.
552 553 554 |
# File 'sig/types.rbs', line 552 def accessible_data_locations @accessible_data_locations end |
#credentials ⇒ Types::TemporaryCredentials
Returns the value of attribute credentials.
551 552 553 |
# File 'sig/types.rbs', line 551 def credentials @credentials end |
#credentials_scope ⇒ "READ", "READWRITE"
Returns the value of attribute credentials_scope.
553 554 555 |
# File 'sig/types.rbs', line 553 def credentials_scope @credentials_scope end |