Class: Aws::IoTFleetWise::Types::CustomStruct
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CustomStruct
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The custom structure represents a complex or higher-order data structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment in addition to the description.
-
#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 structure.
-
#fully_qualified_name ⇒ String
The fully qualified name of the custom structure.
Instance Attribute Details
#comment ⇒ String
A comment in addition to the description.
1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1287 class CustomStruct < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |
#deprecation_message ⇒ String
The deprecation message for the node or the branch that was moved or deleted.
1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1287 class CustomStruct < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the custom structure.
1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1287 class CustomStruct < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |
#fully_qualified_name ⇒ String
The fully qualified name of the custom structure. For example, the fully qualified name of a custom structure might be ‘ComplexDataTypes.VehicleDataTypes.SVMCamera`.
1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1287 class CustomStruct < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |