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)


534
535
536
# File 'sig/types.rbs', line 534

def days
  @days
end

#default_event_holdTypes::EventHoldDuration

Returns the value of attribute default_event_hold.



536
537
538
# File 'sig/types.rbs', line 536

def default_event_hold
  @default_event_hold
end

#mode"GOVERNANCE", "COMPLIANCE"

Returns the value of attribute mode.

Returns:

  • ("GOVERNANCE", "COMPLIANCE")


533
534
535
# File 'sig/types.rbs', line 533

def mode
  @mode
end

#years::Integer

Returns the value of attribute years.

Returns:

  • (::Integer)


535
536
537
# File 'sig/types.rbs', line 535

def years
  @years
end