Class: Aws::Types::RuleGroupRuleOptionsPair

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


16576
16577
16578
# File 'sig/types.rbs', line 16576

def rule_group_arn
  @rule_group_arn
end

#rule_options::Array[Types::RuleOption]

Returns the value of attribute rule_options.

Returns:



16577
16578
16579
# File 'sig/types.rbs', line 16577

def rule_options
  @rule_options
end