Class: Aws::Types::CreateRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def change_token
  @change_token
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def tags
  @tags
end