Class: Aws::Types::MaxAgeRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_source_from_s3Boolean

Returns the value of attribute delete_source_from_s3.

Returns:

  • (Boolean)


740
741
742
# File 'sig/types.rbs', line 740

def delete_source_from_s3
  @delete_source_from_s3
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


738
739
740
# File 'sig/types.rbs', line 738

def enabled
  @enabled
end

#max_age_in_days::Integer

Returns the value of attribute max_age_in_days.

Returns:

  • (::Integer)


739
740
741
# File 'sig/types.rbs', line 739

def max_age_in_days
  @max_age_in_days
end