Class: Aws::Types::AdminPasswordSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AdminPasswordSourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerManagedAwsSecret, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_managed_aws_secret ⇒ Types::CustomerManagedAwsSecretConfiguration
Returns the value of attribute customer_managed_aws_secret.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customer_managed_aws_secret ⇒ Types::CustomerManagedAwsSecretConfiguration
Returns the value of attribute customer_managed_aws_secret.
25 26 27 |
# File 'sig/types.rbs', line 25 def customer_managed_aws_secret @customer_managed_aws_secret end |
#unknown ⇒ Object
Returns the value of attribute unknown.
26 27 28 |
# File 'sig/types.rbs', line 26 def unknown @unknown end |