Class: Aws::IoTTwinMaker::Types::UpdateEntityRequest

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

#component_updatesHash<String,Types::ComponentUpdateRequest>

An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.

Returns:



3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end

#composite_component_updatesHash<String,Types::CompositeComponentUpdateRequest>

This is an object that maps strings to compositeComponent updates in the request. Each key of the map represents the componentPath of the compositeComponent.

Returns:



3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the entity.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The ID of the entity.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end

#entity_nameString

The name of the entity.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end

#parent_entity_updateTypes::ParentEntityUpdateRequest

An object that describes the update request for a parent entity.



3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the entity.

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3878

class UpdateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :component_updates,
  :composite_component_updates,
  :parent_entity_update)
  SENSITIVE = []
  include Aws::Structure
end