Class: Aws::Types::ResultReuseByAgeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def enabled
  @enabled
end

#max_age_in_minutes::Integer

Returns the value of attribute max_age_in_minutes.

Returns:

  • (::Integer)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def max_age_in_minutes
  @max_age_in_minutes
end