Class: Aws::Types::RetrievalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#retrieval_mode ⇒ "CALLER_CREDENTIALS", "ASSUME_ROLE"
Returns the value of attribute retrieval_mode.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#external_id ⇒ ::String
Returns the value of attribute external_id.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def external_id @external_id end |
#retrieval_mode ⇒ "CALLER_CREDENTIALS", "ASSUME_ROLE"
Returns the value of attribute retrieval_mode.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def retrieval_mode @retrieval_mode end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def role_name @role_name end |