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
null
if there are no more results.
Instance Attribute Details
#fleet_summaries ⇒ Array<Types::FleetSummary>
A list of information for each fleet.
2504 2505 2506 2507 2508 2509 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2504 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.
2504 2505 2506 2507 2508 2509 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2504 class ListFleetsResponse < Struct.new( :fleet_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |