Class: Aws::IoTTwinMaker::Types::DeleteEntityRequest

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

#entity_idString

The ID of the entity to delete.

Returns:

  • (String)


1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1054

class DeleteEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :is_recursive)
  SENSITIVE = []
  include Aws::Structure
end

#is_recursiveBoolean

A Boolean value that specifies whether the operation deletes child entities.

Returns:

  • (Boolean)


1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1054

class DeleteEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :is_recursive)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the entity to delete.

Returns:

  • (String)


1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1054

class DeleteEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :is_recursive)
  SENSITIVE = []
  include Aws::Structure
end