Class: Aws::IoTFleetWise::Types::ListFleetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_summariesArray<Types::FleetSummary>

A list of information for each fleet.

Returns:



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_tokenString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


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