Class: Aws::IoTTwinMaker::Types::ParentEntityUpdateRequest

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

Overview

The parent entity update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parent_entity_idString

The ID of the parent entity.

Returns:

  • (String)


2927
2928
2929
2930
2931
2932
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2927

class ParentEntityUpdateRequest < Struct.new(
  :update_type,
  :parent_entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#update_typeString

The type of the update.

Returns:

  • (String)


2927
2928
2929
2930
2931
2932
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2927

class ParentEntityUpdateRequest < Struct.new(
  :update_type,
  :parent_entity_id)
  SENSITIVE = []
  include Aws::Structure
end