Class: Aws::IoTFleetWise::Types::Branch
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::Branch
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
A group of signals that are defined in a hierarchical 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 branch.
-
#fully_qualified_name ⇒ String
The fully qualified name of the branch.
Instance Attribute Details
#comment ⇒ String
A comment in addition to the description.
261 262 263 264 265 266 267 268 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 261 class Branch < 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.
261 262 263 264 265 266 267 268 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 261 class Branch < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the branch.
261 262 263 264 265 266 267 268 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 261 class Branch < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |
#fully_qualified_name ⇒ String
The fully qualified name of the branch. For example, the fully
qualified name of a branch might be Vehicle.Body.Engine
.
261 262 263 264 265 266 267 268 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 261 class Branch < Struct.new( :fully_qualified_name, :description, :deprecation_message, :comment) SENSITIVE = [] include Aws::Structure end |