Class: Aws::EC2::Types::RuleGroupRuleOptionsPair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the rule options for a stateful rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_group_arnString

The ARN of the rule group.

Returns:

  • (String)


58836
58837
58838
58839
58840
58841
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58836

class RuleGroupRuleOptionsPair < Struct.new(
  :rule_group_arn,
  :rule_options)
  SENSITIVE = []
  include Aws::Structure
end

#rule_optionsArray<Types::RuleOption>

The rule options.

Returns:



58836
58837
58838
58839
58840
58841
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58836

class RuleGroupRuleOptionsPair < Struct.new(
  :rule_group_arn,
  :rule_options)
  SENSITIVE = []
  include Aws::Structure
end