Class: Aws::IoTTwinMaker::Types::ComponentPropertyGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ComponentPropertyGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The component property group response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_type ⇒ String
The group type.
-
#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 type.
198 199 200 201 202 203 204 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 198 class ComponentPropertyGroupResponse < 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
198 199 200 201 202 203 204 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 198 class ComponentPropertyGroupResponse < Struct.new( :group_type, :property_names, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#property_names ⇒ Array<String>
The names of properties
198 199 200 201 202 203 204 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 198 class ComponentPropertyGroupResponse < Struct.new( :group_type, :property_names, :is_inherited) SENSITIVE = [] include Aws::Structure end |