Class: Aws::Types::Authentication
- Inherits:
-
Object
- Object
- Aws::Types::Authentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider_type ⇒ "SECRETS_MANAGER", ...
Returns the value of attribute provider_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#provider_type ⇒ "SECRETS_MANAGER", ...
Returns the value of attribute provider_type.
107 108 109 |
# File 'sig/types.rbs', line 107 def provider_type @provider_type end |
#value ⇒ ::String
Returns the value of attribute value.
108 109 110 |
# File 'sig/types.rbs', line 108 def value @value end |