Class: Aws::IoT::Types::ListCustomMetricsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_namesArray<String>

The name of the custom metric.

Returns:

  • (Array<String>)


10684
10685
10686
10687
10688
10689
# File 'lib/aws-sdk-iot/types.rb', line 10684

class ListCustomMetricsResponse < Struct.new(
  :metric_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


10684
10685
10686
10687
10688
10689
# File 'lib/aws-sdk-iot/types.rb', line 10684

class ListCustomMetricsResponse < Struct.new(
  :metric_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end