Class: Aws::Types::CreateBackupVaultInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:backup_vault_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def backup_vault_name
  @backup_vault_name
end

#backup_vault_tags::Hash[::String, ::String]

Returns the value of attribute backup_vault_tags.

Returns:

  • (::Hash[::String, ::String])


348
349
350
# File 'sig/types.rbs', line 348

def backup_vault_tags
  @backup_vault_tags
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def creator_request_id
  @creator_request_id
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def encryption_key_arn
  @encryption_key_arn
end