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>)


10797
10798
10799
10800
10801
10802
# File 'lib/aws-sdk-iot/types.rb', line 10797

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)


10797
10798
10799
10800
10801
10802
# File 'lib/aws-sdk-iot/types.rb', line 10797

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