Class: Aws::Types::MaxCountRule
- Inherits:
-
Object
- Object
- Aws::Types::MaxCountRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_source_from_s3 ⇒ Boolean
Returns the value of attribute delete_source_from_s3.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
Instance Attribute Details
#delete_source_from_s3 ⇒ Boolean
Returns the value of attribute delete_source_from_s3.
747 748 749 |
# File 'sig/types.rbs', line 747 def delete_source_from_s3 @delete_source_from_s3 end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
745 746 747 |
# File 'sig/types.rbs', line 745 def enabled @enabled end |
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
746 747 748 |
# File 'sig/types.rbs', line 746 def max_count @max_count end |