Class: Aws::Types::UpdateExascaleDbStorageVaultOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def display_name
  @display_name
end

#exascale_db_storage_vault_id::String

Returns the value of attribute exascale_db_storage_vault_id.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def exascale_db_storage_vault_id
  @exascale_db_storage_vault_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


2596
2597
2598
# File 'sig/types.rbs', line 2596

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def status_reason
  @status_reason
end