Class: Aws::EC2::Types::RuleGroupRuleOptionsPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RuleGroupRuleOptionsPair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the rule options for a stateful rule group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_group_arn ⇒ String
The ARN of the rule group.
-
#rule_options ⇒ Array<Types::RuleOption>
The rule options.
Instance Attribute Details
#rule_group_arn ⇒ String
The ARN of the rule group.
63120 63121 63122 63123 63124 63125 |
# File 'lib/aws-sdk-ec2/types.rb', line 63120 class RuleGroupRuleOptionsPair < Struct.new( :rule_group_arn, :rule_options) SENSITIVE = [] include Aws::Structure end |
#rule_options ⇒ Array<Types::RuleOption>
The rule options.
63120 63121 63122 63123 63124 63125 |
# File 'lib/aws-sdk-ec2/types.rb', line 63120 class RuleGroupRuleOptionsPair < Struct.new( :rule_group_arn, :rule_options) SENSITIVE = [] include Aws::Structure end |