Class: Aws::Types::ListCloudWatchAlarmTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


4285
4286
4287
# File 'sig/types.rbs', line 4285

def group_identifier
  @group_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4286
4287
4288
# File 'sig/types.rbs', line 4286

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4287
4288
4289
# File 'sig/types.rbs', line 4287

def next_token
  @next_token
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


4288
4289
4290
# File 'sig/types.rbs', line 4288

def scope
  @scope
end

#signal_map_identifier::String

Returns the value of attribute signal_map_identifier.

Returns:

  • (::String)


4289
4290
4291
# File 'sig/types.rbs', line 4289

def signal_map_identifier
  @signal_map_identifier
end