Class: Aws::Types::CreateAutonomousDatabaseWalletInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutonomousDatabaseWalletInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute password_source.
-
#password_source_configuration ⇒ Types::WalletPasswordSourceConfigurationInput
Returns the value of attribute password_source_configuration.
-
#wallet_type ⇒ "REGIONAL", "INSTANCE"
Returns the value of attribute wallet_type.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
813 814 815 |
# File 'sig/types.rbs', line 813 def autonomous_database_id @autonomous_database_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
818 819 820 |
# File 'sig/types.rbs', line 818 def client_token @client_token end |
#password ⇒ ::String
Returns the value of attribute password.
815 816 817 |
# File 'sig/types.rbs', line 815 def password @password end |
#password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute password_source.
816 817 818 |
# File 'sig/types.rbs', line 816 def password_source @password_source end |
#password_source_configuration ⇒ Types::WalletPasswordSourceConfigurationInput
Returns the value of attribute password_source_configuration.
817 818 819 |
# File 'sig/types.rbs', line 817 def password_source_configuration @password_source_configuration end |
#wallet_type ⇒ "REGIONAL", "INSTANCE"
Returns the value of attribute wallet_type.
814 815 816 |
# File 'sig/types.rbs', line 814 def wallet_type @wallet_type end |