Class: Aws::IoTTwinMaker::Types::DeleteEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteEntityRequest
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The ID of the entity to delete.
-
#is_recursive ⇒ Boolean
A Boolean value that specifies whether the operation deletes child entities.
-
#workspace_id ⇒ String
The ID of the workspace that contains the entity to delete.
Instance Attribute Details
#entity_id ⇒ String
The ID of the entity to delete.
786 787 788 789 790 791 792 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 786 class DeleteEntityRequest < Struct.new( :workspace_id, :entity_id, :is_recursive) SENSITIVE = [] include Aws::Structure end |
#is_recursive ⇒ Boolean
A Boolean value that specifies whether the operation deletes child entities.
786 787 788 789 790 791 792 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 786 class DeleteEntityRequest < Struct.new( :workspace_id, :entity_id, :is_recursive) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the entity to delete.
786 787 788 789 790 791 792 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 786 class DeleteEntityRequest < Struct.new( :workspace_id, :entity_id, :is_recursive) SENSITIVE = [] include Aws::Structure end |