Class: Aws::IoTTwinMaker::Types::ComponentPropertyGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

The component property group response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_typeString

The group type.

Returns:

  • (String)


198
199
200
201
202
203
204
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 198

class ComponentPropertyGroupResponse < Struct.new(
  :group_type,
  :property_names,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end

#is_inheritedBoolean

A Boolean value that specifies whether the property group is inherited from a parent entity

Returns:

  • (Boolean)


198
199
200
201
202
203
204
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 198

class ComponentPropertyGroupResponse < Struct.new(
  :group_type,
  :property_names,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end

#property_namesArray<String>

The names of properties

Returns:

  • (Array<String>)


198
199
200
201
202
203
204
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 198

class ComponentPropertyGroupResponse < Struct.new(
  :group_type,
  :property_names,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end