Class: Aws::Types::AdminPasswordSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::AdminPasswordSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute admin_password_source.
-
#admin_password_source_configuration ⇒ Types::AdminPasswordSourceConfiguration
Returns the value of attribute admin_password_source_configuration.
Instance Attribute Details
#admin_password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute admin_password_source.
47 48 49 |
# File 'sig/types.rbs', line 47 def admin_password_source @admin_password_source end |
#admin_password_source_configuration ⇒ Types::AdminPasswordSourceConfiguration
Returns the value of attribute admin_password_source_configuration.
48 49 50 |
# File 'sig/types.rbs', line 48 def admin_password_source_configuration @admin_password_source_configuration end |