Class: Aws::IoTTwinMaker::Types::PropertyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyGroupRequest
- Includes:
- Structure
- Defined in:
- 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 names of properties.
Instance Attribute Details
#group_type ⇒ String
The group type.
3124 3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3124 class PropertyGroupRequest < Struct.new( :group_type, :property_names) SENSITIVE = [] include Aws::Structure end |
#property_names ⇒ Array<String>
The names of properties.
3124 3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3124 class PropertyGroupRequest < Struct.new( :group_type, :property_names) SENSITIVE = [] include Aws::Structure end |