Class: Aws::IoTFleetWise::Types::CustomProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CustomProperty
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
Represents a member of the complex data structure. The data type of
the property can be either primitive or another struct
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment in addition to the description.
-
#data_encoding ⇒ String
Indicates whether the property is binary data.
-
#data_type ⇒ String
The data type for the custom property.
-
#deprecation_message ⇒ String
The deprecation message for the node or the branch that was moved or deleted.
-
#description ⇒ String
A brief description of the custom property.
-
#fully_qualified_name ⇒ String
The fully qualified name of the custom property.
-
#struct_fully_qualified_name ⇒ String
The fully qualified name of the struct node for the custom property if the data type of the custom property is
Struct
orStructArray
.
Instance Attribute Details
#comment ⇒ String
A comment in addition to the description.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |
#data_encoding ⇒ String
Indicates whether the property is binary data.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
The data type for the custom property.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |
#deprecation_message ⇒ String
The deprecation message for the node or the branch that was moved or deleted.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the custom property.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |
#fully_qualified_name ⇒ String
The fully qualified name of the custom property. For example, the
fully qualified name of a custom property might be
ComplexDataTypes.VehicleDataTypes.SVMCamera.FPS
.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |
#struct_fully_qualified_name ⇒ String
The fully qualified name of the struct node for the custom property
if the data type of the custom property is Struct
or
StructArray
.
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1062 class CustomProperty < Struct.new( :fully_qualified_name, :data_type, :data_encoding, :description, :deprecation_message, :comment, :struct_fully_qualified_name) SENSITIVE = [] include Aws::Structure end |