Class: Aws::Types::UpdateRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleGroupRequest
- 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.
-
#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_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#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.
-
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#analyze_rule_group ⇒ Boolean
Returns the value of attribute analyze_rule_group.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def analyze_rule_group @analyze_rule_group end |
#description ⇒ ::String
Returns the value of attribute description.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def encryption_configuration @encryption_configuration end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def rule_group @rule_group end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def rule_group_arn @rule_group_arn end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def rule_group_name @rule_group_name end |
#rules ⇒ ::String
Returns the value of attribute rules.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def rules @rules end |
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def @source_metadata end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def summary_configuration @summary_configuration end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def update_token @update_token end |