Class: Aws::IoTTwinMaker::Types::PropertyGroupRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_typeString

The group type.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2262

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

#property_namesArray<String>

The names of properties.

Returns:

  • (Array<String>)


2262
2263
2264
2265
2266
2267
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2262

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