Class: Aws::IoT::Types::ListCustomMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCustomMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_names ⇒ Array<String>
The name of the custom metric.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
Instance Attribute Details
#metric_names ⇒ Array<String>
The name of the custom metric.
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_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
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 |