Class: Aws::IoTFleetWise::Types::ListFleetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListFleetsResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_summaries ⇒ Array<Types::FleetSummary>
A list of information for each fleet.
-
#next_token ⇒ String
The token to retrieve the next set of results, or
nullif there are no more results.
Instance Attribute Details
#fleet_summaries ⇒ Array<Types::FleetSummary>
A list of information for each fleet.
2968 2969 2970 2971 2972 2973 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2968 class ListFleetsResponse < Struct.new( :fleet_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results, or null if there
are no more results.
2968 2969 2970 2971 2972 2973 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2968 class ListFleetsResponse < Struct.new( :fleet_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |