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.
326 327 328 |
# File 'sig/types.rbs', line 326 def analyze_rule_group @analyze_rule_group end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
321 322 323 |
# File 'sig/types.rbs', line 321 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
320 321 322 |
# File 'sig/types.rbs', line 320 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
323 324 325 |
# File 'sig/types.rbs', line 323 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
324 325 326 |
# File 'sig/types.rbs', line 324 def encryption_configuration @encryption_configuration end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
317 318 319 |
# File 'sig/types.rbs', line 317 def rule_group @rule_group end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
316 317 318 |
# File 'sig/types.rbs', line 316 def rule_group_name @rule_group_name end |
#rules ⇒ ::String
Returns the value of attribute rules.
318 319 320 |
# File 'sig/types.rbs', line 318 def rules @rules end |
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
325 326 327 |
# File 'sig/types.rbs', line 325 def @source_metadata end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
327 328 329 |
# File 'sig/types.rbs', line 327 def summary_configuration @summary_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
322 323 324 |
# File 'sig/types.rbs', line 322 def @tags end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
319 320 321 |
# File 'sig/types.rbs', line 319 def type @type end |