Class: Aws::IoTTwinMaker::Types::ComponentPropertyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ComponentPropertyGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The component property group request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_type ⇒ String
The group type.
-
#property_names ⇒ Array<String>
The property names.
-
#update_type ⇒ String
The update type.
Instance Attribute Details
#group_type ⇒ String
The group type.
175 176 177 178 179 180 181 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 175 class ComponentPropertyGroupRequest < Struct.new( :group_type, :property_names, :update_type) SENSITIVE = [] include Aws::Structure end |
#property_names ⇒ Array<String>
The property names.
175 176 177 178 179 180 181 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 175 class ComponentPropertyGroupRequest < Struct.new( :group_type, :property_names, :update_type) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The update type.
175 176 177 178 179 180 181 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 175 class ComponentPropertyGroupRequest < Struct.new( :group_type, :property_names, :update_type) SENSITIVE = [] include Aws::Structure end |