Class: Aws::Types::DescribeRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_rule_groupBoolean

Returns the value of attribute analyze_rule_group.

Returns:

  • (Boolean)


719
720
721
# File 'sig/types.rbs', line 719

def analyze_rule_group
  @analyze_rule_group
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def rule_group_arn
  @rule_group_arn
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def rule_group_name
  @rule_group_name
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

  • ("STATELESS", "STATEFUL", "STATEFUL_DOMAIN")


718
719
720
# File 'sig/types.rbs', line 718

def type
  @type
end