Class: Aws::IoTFleetWise::Types::StructuredMessageFieldNameAndDataTypePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::StructuredMessageFieldNameAndDataTypePair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Represents a ‘StructureMessageName` to `DataType` map element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_type ⇒ Types::StructuredMessage
The data type.
-
#field_name ⇒ String
The field name of the structured message.
Instance Attribute Details
#data_type ⇒ Types::StructuredMessage
The data type.
4447 4448 4449 4450 4451 4452 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4447 class StructuredMessageFieldNameAndDataTypePair < Struct.new( :field_name, :data_type) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
The field name of the structured message. It determines how a data value is referenced in the target language.
4447 4448 4449 4450 4451 4452 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4447 class StructuredMessageFieldNameAndDataTypePair < Struct.new( :field_name, :data_type) SENSITIVE = [] include Aws::Structure end |