Class: Aws::IoTFleetWise::Types::Branch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#commentString

A comment in addition to the description.

Returns:

  • (String)


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_messageString

The deprecation message for the node or the branch that was moved or deleted.

Returns:

  • (String)


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

#descriptionString

A brief description of the branch.

Returns:

  • (String)


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_nameString

The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine.

Returns:

  • (String)


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