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)


4275
4276
4277
# File 'sig/types.rbs', line 4275

def group_identifier
  @group_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4276
4277
4278
# File 'sig/types.rbs', line 4276

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4277
4278
4279
# File 'sig/types.rbs', line 4277

def next_token
  @next_token
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


4278
4279
4280
# File 'sig/types.rbs', line 4278

def scope
  @scope
end

#signal_map_identifier::String

Returns the value of attribute signal_map_identifier.

Returns:

  • (::String)


4279
4280
4281
# File 'sig/types.rbs', line 4279

def signal_map_identifier
  @signal_map_identifier
end