Class: Aws::IoTTwinMaker::Types::PropertyGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The property group response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_type ⇒ String
The group types.
-
#is_inherited ⇒ Boolean
A Boolean value that specifies whether the property group is inherited from a parent entity.
-
#property_names ⇒ Array<String>
The names of properties.
Instance Attribute Details
#group_type ⇒ String
The group types.
3146 3147 3148 3149 3150 3151 3152 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3146 class PropertyGroupResponse < Struct.new( :group_type, :property_names, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#is_inherited ⇒ Boolean
A Boolean value that specifies whether the property group is inherited from a parent entity
3146 3147 3148 3149 3150 3151 3152 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3146 class PropertyGroupResponse < Struct.new( :group_type, :property_names, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#property_names ⇒ Array<String>
The names of properties.
3146 3147 3148 3149 3150 3151 3152 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3146 class PropertyGroupResponse < Struct.new( :group_type, :property_names, :is_inherited) SENSITIVE = [] include Aws::Structure end |