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.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def analyze_rule_group @analyze_rule_group end |
#description ⇒ ::String
Returns the value of attribute description.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def encryption_configuration @encryption_configuration end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def rule_group @rule_group end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def rule_group_arn @rule_group_arn end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def rule_group_name @rule_group_name end |
#rules ⇒ ::String
Returns the value of attribute rules.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def rules @rules end |
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def @source_metadata end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def summary_configuration @summary_configuration end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def update_token @update_token end |