Class: Aws::Types::RetentionArchiveTier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


267
268
269
# File 'sig/types.rbs', line 267

def count
  @count
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


268
269
270
# File 'sig/types.rbs', line 268

def interval
  @interval
end

#interval_unit"DAYS", ...

Returns the value of attribute interval_unit.

Returns:

  • ("DAYS", "WEEKS", "MONTHS", "YEARS")


269
270
271
# File 'sig/types.rbs', line 269

def interval_unit
  @interval_unit
end