Class: Aws::IoTTwinMaker::Types::CompositeComponentUpdateRequest

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)


511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 511

class CompositeComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#property_group_updatesHash<String,Types::ComponentPropertyGroupRequest>

The property group updates.

Returns:



511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 511

class CompositeComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#property_updatesHash<String,Types::PropertyRequest>

An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.

Returns:



511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 511

class CompositeComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#update_typeString

The update type of the component update request.

Returns:

  • (String)


511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 511

class CompositeComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end