Class: Aws::IoTFleetWise::Types::ListDecoderManifestNetworkInterfacesResponse

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

#network_interfacesArray<Types::NetworkInterface>

A list of information about network interfaces.

Returns:



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_tokenString

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

Returns:

  • (String)


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