Class: Aws::IoTTwinMaker::Types::CompositeComponentUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CompositeComponentUpdateRequest
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
The description of the component type.
-
#property_group_updates ⇒ Hash<String,Types::ComponentPropertyGroupRequest>
The property group updates.
-
#property_updates ⇒ Hash<String,Types::PropertyRequest>
An object that maps strings to the properties to set in the component type update.
-
#update_type ⇒ String
The update type of the component update request.
Instance Attribute Details
#description ⇒ String
The description of the component type.
511 512 513 514 515 516 517 518 |
# File '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_updates ⇒ Hash<String,Types::ComponentPropertyGroupRequest>
The property group updates.
511 512 513 514 515 516 517 518 |
# File '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_updates ⇒ Hash<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.
511 512 513 514 515 516 517 518 |
# File '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_type ⇒ String
The update type of the component update request.
511 512 513 514 515 516 517 518 |
# File '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 |