Class: Aws::IoTTwinMaker::Types::DeleteEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteEntityRequest
- Includes:
- Structure
- Defined in:
- 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.
1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1054 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.
1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1054 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.
1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1054 class DeleteEntityRequest < Struct.new( :workspace_id, :entity_id, :is_recursive) SENSITIVE = [] include Aws::Structure end |