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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_typeString

The group type.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3124

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

#property_namesArray<String>

The names of properties.

Returns:

  • (Array<String>)


3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3124

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