Class: Aws::Types::RuleGroupSourceStatefulRulesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


7391
7392
7393
# File 'sig/types.rbs', line 7391

def action
  @action
end

#headerTypes::RuleGroupSourceStatefulRulesHeaderDetails

Returns the value of attribute header.



7392
7393
7394
# File 'sig/types.rbs', line 7392

def header
  @header
end

#rule_options::Array[Types::RuleGroupSourceStatefulRulesOptionsDetails]

Returns the value of attribute rule_options.



7393
7394
7395
# File 'sig/types.rbs', line 7393

def rule_options
  @rule_options
end