Class: Aws::IoTTwinMaker::Types::ComponentPropertyGroupRequest

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

Overview

The component property group request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_typeString

The group type.

Returns:

  • (String)


175
176
177
178
179
180
181
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 175

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

#property_namesArray<String>

The property names.

Returns:

  • (Array<String>)


175
176
177
178
179
180
181
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 175

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

#update_typeString

The update type.

Returns:

  • (String)


175
176
177
178
179
180
181
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 175

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