Class: Aws::Types::CreateExascaleDbStorageVaultOutput

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)


962
963
964
# File 'sig/types.rbs', line 962

def display_name
  @display_name
end

#exascale_db_storage_vault_id::String

Returns the value of attribute exascale_db_storage_vault_id.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

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")


963
964
965
# File 'sig/types.rbs', line 963

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def status_reason
  @status_reason
end