Class: Aws::IoT::Types::ListFleetMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListFleetMetricsResponse
- Includes:
- Structure
- Defined in:
- 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.
10194 10195 10196 10197 10198 10199 |
# File 'lib/aws-sdk-iot/types.rb', line 10194 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.
10194 10195 10196 10197 10198 10199 |
# File 'lib/aws-sdk-iot/types.rb', line 10194 class ListFleetMetricsResponse < Struct.new( :fleet_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |