Class: Aws::Types::CreateBackupVaultOutput

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)


356
357
358
# File 'sig/types.rbs', line 356

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def backup_vault_name
  @backup_vault_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


357
358
359
# File 'sig/types.rbs', line 357

def creation_date
  @creation_date
end