Class: Aws::Types::SubscribedRuleGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def name
  @name
end

#rule_group_id::String

Returns the value of attribute rule_group_id.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def rule_group_id
  @rule_group_id
end