Class: Aws::IoT::Types::ListFleetMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListFleetMetricsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_metrics ⇒ Array<Types::FleetMetricNameAndArn>
The list of fleet metrics objects.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#fleet_metrics ⇒ Array<Types::FleetMetricNameAndArn>
The list of fleet metrics objects.
11932 11933 11934 11935 11936 11937 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11932 class ListFleetMetricsResponse < Struct.new( :fleet_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Will not be returned if the operation has returned all results.
11932 11933 11934 11935 11936 11937 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11932 class ListFleetMetricsResponse < Struct.new( :fleet_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |