Class: Aws::IoTTwinMaker::Types::PropertyGroupResponse

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

Overview

The property group response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_typeString

The group types.

Returns:

  • (String)


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_inheritedBoolean

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

Returns:

  • (Boolean)


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_namesArray<String>

The names of properties.

Returns:

  • (Array<String>)


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