Class: Aws::IoTFleetWise::Types::ListModelManifestNodesResponse

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

#next_tokenString

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

Returns:

  • (String)


2546
2547
2548
2549
2550
2551
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2546

class ListModelManifestNodesResponse < Struct.new(
  :nodes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#nodesArray<Types::Node>

A list of information about nodes.

Returns:



2546
2547
2548
2549
2550
2551
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2546

class ListModelManifestNodesResponse < Struct.new(
  :nodes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end