Class: Aws::Types::MaxCountRule

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)


747
748
749
# File 'sig/types.rbs', line 747

def delete_source_from_s3
  @delete_source_from_s3
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


745
746
747
# File 'sig/types.rbs', line 745

def enabled
  @enabled
end

#max_count::Integer

Returns the value of attribute max_count.

Returns:

  • (::Integer)


746
747
748
# File 'sig/types.rbs', line 746

def max_count
  @max_count
end