Class: Aws::Types::UpdateRetrievalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRetrievalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#retrieval_mode ⇒ "CALLER_CREDENTIALS", "ASSUME_ROLE"
Returns the value of attribute retrieval_mode.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def retrieval_mode @retrieval_mode end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def role_name @role_name end |