Class: Aws::Types::WarmTierRetentionPeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_days::Integer

Returns the value of attribute number_of_days.

Returns:

  • (::Integer)


3895
3896
3897
# File 'sig/types.rbs', line 3895

def number_of_days
  @number_of_days
end

#unlimitedBoolean

Returns the value of attribute unlimited.

Returns:

  • (Boolean)


3896
3897
3898
# File 'sig/types.rbs', line 3896

def unlimited
  @unlimited
end