Class: Aws::Types::GetTemporaryDataLocationCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTemporaryDataLocationCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
-
#credentials_scope ⇒ "READ", "READWRITE"
Returns the value of attribute credentials_scope.
-
#data_locations ⇒ ::Array[::String]
Returns the value of attribute data_locations.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
544 545 546 |
# File 'sig/types.rbs', line 544 def audit_context @audit_context end |
#credentials_scope ⇒ "READ", "READWRITE"
Returns the value of attribute credentials_scope.
546 547 548 |
# File 'sig/types.rbs', line 546 def credentials_scope @credentials_scope end |
#data_locations ⇒ ::Array[::String]
Returns the value of attribute data_locations.
545 546 547 |
# File 'sig/types.rbs', line 545 def data_locations @data_locations end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
543 544 545 |
# File 'sig/types.rbs', line 543 def duration_seconds @duration_seconds end |