Class: Aws::IoTFleetWise::Types::CustomDecodingInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CustomDecodingInterface
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Represents a custom network interface as defined by the customer.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the interface.
Instance Attribute Details
#name ⇒ String
The name of the interface.
1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1189 class CustomDecodingInterface < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |