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.
10938 10939 10940 10941 10942 10943 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10938 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.
10938 10939 10940 10941 10942 10943 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10938 class ListFleetMetricsResponse < Struct.new( :fleet_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |