Class: Aws::Types::AdminPasswordSourceConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::AdminPasswordSourceConfigurationInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerManagedAwsSecret, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_managed_aws_secret ⇒ Types::CustomerManagedAwsSecretConfigurationInput
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::CustomerManagedAwsSecretConfigurationInput
Returns the value of attribute customer_managed_aws_secret.
36 37 38 |
# File 'sig/types.rbs', line 36 def customer_managed_aws_secret @customer_managed_aws_secret end |
#unknown ⇒ Object
Returns the value of attribute unknown.
37 38 39 |
# File 'sig/types.rbs', line 37 def unknown @unknown end |