Class: Aws::IoTTwinMaker::Types::ComponentUpdateRequest

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

Overview

The component update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_type_idString

The ID of the component type.

Returns:

  • (String)


421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 421

class ComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :component_type_id,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the component type.

Returns:

  • (String)


421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 421

class ComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :component_type_id,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#property_group_updatesHash<String,Types::ComponentPropertyGroupRequest>

The property group updates.

Returns:



421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 421

class ComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :component_type_id,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#property_updatesHash<String,Types::PropertyRequest>

An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.

Returns:



421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 421

class ComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :component_type_id,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end

#update_typeString

The update type of the component update request.

Returns:

  • (String)


421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 421

class ComponentUpdateRequest < Struct.new(
  :update_type,
  :description,
  :component_type_id,
  :property_updates,
  :property_group_updates)
  SENSITIVE = []
  include Aws::Structure
end