Class: Aws::Types::DescribeRuleGroupSummaryRequest

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)


727
728
729
# File 'sig/types.rbs', line 727

def rule_group_arn
  @rule_group_arn
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def rule_group_name
  @rule_group_name
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


728
729
730
# File 'sig/types.rbs', line 728

def type
  @type
end