Class: Aws::IoTTwinMaker::Types::ComponentPropertyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ComponentPropertyGroupRequest
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
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.
133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 133 class ComponentPropertyGroupRequest < Struct.new( :group_type, :property_names, :update_type) SENSITIVE = [] include Aws::Structure end |
#property_names ⇒ Array<String>
The property names.
133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 133 class ComponentPropertyGroupRequest < Struct.new( :group_type, :property_names, :update_type) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The update type.
133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 133 class ComponentPropertyGroupRequest < Struct.new( :group_type, :property_names, :update_type) SENSITIVE = [] include Aws::Structure end |