Class: Aws::IoTFleetWise::Types::CustomStruct

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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

Instance Attribute Details

#commentString

A comment in addition to the description.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1096

class CustomStruct < 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)


1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1096

class CustomStruct < Struct.new(
  :fully_qualified_name,
  :description,
  :deprecation_message,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the custom structure.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1096

class CustomStruct < Struct.new(
  :fully_qualified_name,
  :description,
  :deprecation_message,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#fully_qualified_nameString

The fully qualified name of the custom structure. For example, the fully qualified name of a custom structure might be ComplexDataTypes.VehicleDataTypes.SVMCamera.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1096

class CustomStruct < Struct.new(
  :fully_qualified_name,
  :description,
  :deprecation_message,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end