Class: Aws::Types::DescribeRuleGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule_groupTypes::RuleGroup

Returns the value of attribute rule_group.

Returns:



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

def rule_group
  @rule_group
end

#rule_group_responseTypes::RuleGroupResponse

Returns the value of attribute rule_group_response.



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

def rule_group_response
  @rule_group_response
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def update_token
  @update_token
end