Class: Aws::Types::WalletPasswordSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WalletPasswordSourceConfiguration
- 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.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def customer_managed_aws_secret @customer_managed_aws_secret end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def unknown @unknown end |