Class: Aws::ResourceExplorer2::Types::DeleteResourceExplorerSetupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteResourceExplorerSetupOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The unique identifier for the deletion task.
Instance Attribute Details
#task_id ⇒ String
The unique identifier for the deletion task. Use this ID with
GetResourceExplorerSetup to monitor the progress of the deletion
operation.
424 425 426 427 428 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 424 class DeleteResourceExplorerSetupOutput < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |