Class: Aws::Types::AutonomousDatabaseWalletDetails
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousDatabaseWalletDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_source_summary ⇒ Types::WalletPasswordSourceSummary
Returns the value of attribute password_source_summary.
-
#status ⇒ "ACTIVE", "UPDATING"
Returns the value of attribute status.
-
#time_rotated ⇒ ::Time
Returns the value of attribute time_rotated.
Instance Attribute Details
#password_source_summary ⇒ Types::WalletPasswordSourceSummary
Returns the value of attribute password_source_summary.
382 383 384 |
# File 'sig/types.rbs', line 382 def password_source_summary @password_source_summary end |
#status ⇒ "ACTIVE", "UPDATING"
Returns the value of attribute status.
380 381 382 |
# File 'sig/types.rbs', line 380 def status @status end |
#time_rotated ⇒ ::Time
Returns the value of attribute time_rotated.
381 382 383 |
# File 'sig/types.rbs', line 381 def time_rotated @time_rotated end |