Class: Aws::Types::WalletPasswordSourceConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::WalletPasswordSourceConfigurationInput
- 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.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def customer_managed_aws_secret @customer_managed_aws_secret end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def unknown @unknown end |