Class: Aws::Types::PutBackupVaultLockConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def backup_vault_name
  @backup_vault_name
end

#changeable_for_days::Integer

Returns the value of attribute changeable_for_days.

Returns:

  • (::Integer)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def changeable_for_days
  @changeable_for_days
end

#max_retention_days::Integer

Returns the value of attribute max_retention_days.

Returns:

  • (::Integer)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def max_retention_days
  @max_retention_days
end

#min_retention_days::Integer

Returns the value of attribute min_retention_days.

Returns:

  • (::Integer)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def min_retention_days
  @min_retention_days
end