Class: Aws::IoTTwinMaker::Types::DataType
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DataType
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that specifies the data type of a property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ Array<Types::DataValue>
The allowed values for this data type.
-
#nested_type ⇒ Types::DataType
The nested type in the data type.
-
#relationship ⇒ Types::Relationship
A relationship that associates a component with another component.
-
#type ⇒ String
The underlying type of the data type.
-
#unit_of_measure ⇒ String
The unit of measure used in this data type.
Instance Attribute Details
#allowed_values ⇒ Array<Types::DataValue>
The allowed values for this data type.
954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 954 class DataType < Struct.new( :type, :nested_type, :allowed_values, :unit_of_measure, :relationship) SENSITIVE = [] include Aws::Structure end |
#nested_type ⇒ Types::DataType
The nested type in the data type.
954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 954 class DataType < Struct.new( :type, :nested_type, :allowed_values, :unit_of_measure, :relationship) SENSITIVE = [] include Aws::Structure end |
#relationship ⇒ Types::Relationship
A relationship that associates a component with another component.
954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 954 class DataType < Struct.new( :type, :nested_type, :allowed_values, :unit_of_measure, :relationship) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The underlying type of the data type.
954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 954 class DataType < Struct.new( :type, :nested_type, :allowed_values, :unit_of_measure, :relationship) SENSITIVE = [] include Aws::Structure end |
#unit_of_measure ⇒ String
The unit of measure used in this data type.
954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 954 class DataType < Struct.new( :type, :nested_type, :allowed_values, :unit_of_measure, :relationship) SENSITIVE = [] include Aws::Structure end |