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)


17212
17213
17214
# File 'sig/types.rbs', line 17212

def rule_group_arn
  @rule_group_arn
end

#rule_options::Array[Types::RuleOption]

Returns the value of attribute rule_options.

Returns:



17213
17214
17215
# File 'sig/types.rbs', line 17213

def rule_options
  @rule_options
end