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:



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.

Returns:



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:



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

def mode
  @mode
end

#years::Integer

Returns the value of attribute years.

Returns:



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

def years
  @years
end