Class: Aws::IoTFleetWise::Types::StructuredMessageFieldNameAndDataTypePair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

Represents a StructureMessageName to DataType map element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeTypes::StructuredMessage

The data type.



3592
3593
3594
3595
3596
3597
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3592

class StructuredMessageFieldNameAndDataTypePair < Struct.new(
  :field_name,
  :data_type)
  SENSITIVE = []
  include Aws::Structure
end

#field_nameString

The field name of the structured message. It determines how a data value is referenced in the target language.

Returns:

  • (String)


3592
3593
3594
3595
3596
3597
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3592

class StructuredMessageFieldNameAndDataTypePair < Struct.new(
  :field_name,
  :data_type)
  SENSITIVE = []
  include Aws::Structure
end