Class: Aws::Types::WalletPasswordSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::WalletPasswordSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute password_source.
-
#password_source_configuration ⇒ Types::WalletPasswordSourceConfiguration
Returns the value of attribute password_source_configuration.
Instance Attribute Details
#password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute password_source.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def password_source @password_source end |
#password_source_configuration ⇒ Types::WalletPasswordSourceConfiguration
Returns the value of attribute password_source_configuration.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def password_source_configuration @password_source_configuration end |