Class: Aws::Types::NoncurrentVersionTransition

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#newer_noncurrent_versions::Integer

Returns the value of attribute newer_noncurrent_versions.

Returns:



2035
2036
2037
# File 'sig/types.rbs', line 2035

def newer_noncurrent_versions
  @newer_noncurrent_versions
end

#noncurrent_days::Integer

Returns the value of attribute noncurrent_days.

Returns:



2033
2034
2035
# File 'sig/types.rbs', line 2033

def noncurrent_days
  @noncurrent_days
end

#storage_class"GLACIER", ...

Returns the value of attribute storage_class.

Returns:



2034
2035
2036
# File 'sig/types.rbs', line 2034

def storage_class
  @storage_class
end