Class: Aws::Types::CreateLogicallyAirGappedBackupVaultInput

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)


397
398
399
# File 'sig/types.rbs', line 397

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


398
399
400
# File 'sig/types.rbs', line 398

def backup_vault_tags
  @backup_vault_tags
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def creator_request_id
  @creator_request_id
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def encryption_key_arn
  @encryption_key_arn
end

#max_retention_days::Integer

Returns the value of attribute max_retention_days.

Returns:

  • (::Integer)


401
402
403
# File 'sig/types.rbs', line 401

def max_retention_days
  @max_retention_days
end

#min_retention_days::Integer

Returns the value of attribute min_retention_days.

Returns:

  • (::Integer)


400
401
402
# File 'sig/types.rbs', line 400

def min_retention_days
  @min_retention_days
end