Class: Aws::Types::AutonomousDatabaseWalletDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_source_summaryTypes::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.

Returns:

  • ("ACTIVE", "UPDATING")


380
381
382
# File 'sig/types.rbs', line 380

def status
  @status
end

#time_rotated::Time

Returns the value of attribute time_rotated.

Returns:

  • (::Time)


381
382
383
# File 'sig/types.rbs', line 381

def time_rotated
  @time_rotated
end