Class: Aws::Types::CreateRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyze_rule_group ⇒ Boolean
Returns the value of attribute analyze_rule_group.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
-
#rules ⇒ ::String
Returns the value of attribute rules.
-
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
-
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
Instance Attribute Details
#analyze_rule_group ⇒ Boolean
Returns the value of attribute analyze_rule_group.
331 332 333 |
# File 'sig/types.rbs', line 331 def analyze_rule_group @analyze_rule_group end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
326 327 328 |
# File 'sig/types.rbs', line 326 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
325 326 327 |
# File 'sig/types.rbs', line 325 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
328 329 330 |
# File 'sig/types.rbs', line 328 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
329 330 331 |
# File 'sig/types.rbs', line 329 def encryption_configuration @encryption_configuration end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
322 323 324 |
# File 'sig/types.rbs', line 322 def rule_group @rule_group end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
321 322 323 |
# File 'sig/types.rbs', line 321 def rule_group_name @rule_group_name end |
#rules ⇒ ::String
Returns the value of attribute rules.
323 324 325 |
# File 'sig/types.rbs', line 323 def rules @rules end |
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
330 331 332 |
# File 'sig/types.rbs', line 330 def @source_metadata end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
332 333 334 |
# File 'sig/types.rbs', line 332 def summary_configuration @summary_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
327 328 329 |
# File 'sig/types.rbs', line 327 def @tags end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
324 325 326 |
# File 'sig/types.rbs', line 324 def type @type end |