Class: Aws::IoTFleetWise::Types::ListDecoderManifestNetworkInterfacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListDecoderManifestNetworkInterfacesResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interfaces ⇒ Array<Types::NetworkInterface>
A list of information about network interfaces.
-
#next_token ⇒ String
The token to retrieve the next set of results, or
null
if there are no more results.
Instance Attribute Details
#network_interfaces ⇒ Array<Types::NetworkInterface>
A list of information about network interfaces.
2340 2341 2342 2343 2344 2345 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2340 class ListDecoderManifestNetworkInterfacesResponse < Struct.new( :network_interfaces, :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.
2340 2341 2342 2343 2344 2345 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2340 class ListDecoderManifestNetworkInterfacesResponse < Struct.new( :network_interfaces, :next_token) SENSITIVE = [] include Aws::Structure end |