Class: Aws::IoTFleetWise::Types::ListModelManifestNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListModelManifestNodesResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results, or
null
if there are no more results. -
#nodes ⇒ Array<Types::Node>
A list of information about nodes.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or null
if there
are no more results.
2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2980 class ListModelManifestNodesResponse < Struct.new( :nodes, :next_token) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<Types::Node>
A list of information about nodes.
2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2980 class ListModelManifestNodesResponse < Struct.new( :nodes, :next_token) SENSITIVE = [] include Aws::Structure end |