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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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>)


9662
9663
9664
9665
9666
9667
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9662

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)


9662
9663
9664
9665
9666
9667
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9662

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