Class: Aws::Types::DefaultRetention

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#days::Integer

Returns the value of attribute days.

Returns:

  • (::Integer)


528
529
530
# File 'sig/types.rbs', line 528

def days
  @days
end

#mode"GOVERNANCE", "COMPLIANCE"

Returns the value of attribute mode.

Returns:

  • ("GOVERNANCE", "COMPLIANCE")


527
528
529
# File 'sig/types.rbs', line 527

def mode
  @mode
end

#years::Integer

Returns the value of attribute years.

Returns:

  • (::Integer)


529
530
531
# File 'sig/types.rbs', line 529

def years
  @years
end