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)


2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2309

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)


2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2309

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>)


2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2309

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