Class: Aws::Types::CreateLogicallyAirGappedBackupVaultOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def backup_vault_name
  @backup_vault_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


409
410
411
# File 'sig/types.rbs', line 409

def creation_date
  @creation_date
end

#vault_state"CREATING", ...

Returns the value of attribute vault_state.

Returns:

  • ("CREATING", "AVAILABLE", "FAILED")


410
411
412
# File 'sig/types.rbs', line 410

def vault_state
  @vault_state
end