Class: Aws::IoTTwinMaker::Types::CompositeComponentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

An object that sets information about the composite component update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the component type.

Returns:

  • (String)


448
449
450
451
452
453
454
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 448

class CompositeComponentRequest < Struct.new(
  :description,
  :properties,
  :property_groups)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,Types::PropertyRequest>

This is an object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.

Returns:



448
449
450
451
452
453
454
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 448

class CompositeComponentRequest < Struct.new(
  :description,
  :properties,
  :property_groups)
  SENSITIVE = []
  include Aws::Structure
end

#property_groupsHash<String,Types::ComponentPropertyGroupRequest>

The property groups.

Returns:



448
449
450
451
452
453
454
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 448

class CompositeComponentRequest < Struct.new(
  :description,
  :properties,
  :property_groups)
  SENSITIVE = []
  include Aws::Structure
end