Class: Aws::Types::DescribeRuleGroupSummaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def description
  @description
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def rule_group_name
  @rule_group_name
end

#summaryTypes::Summary

Returns the value of attribute summary.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def summary
  @summary
end