Class: Aws::CloudControlApi::Types::DeleteResourceOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudControlApi::Types::DeleteResourceOutput
 
 
- Defined in:
 - gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #progress_event  ⇒ Types::ProgressEvent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the current status of the resource deletion request.
 
Instance Attribute Details
#progress_event ⇒ Types::ProgressEvent
Represents the current status of the resource deletion request.
After you have initiated a resource deletion request, you can
monitor the progress of your request by calling
GetResourceRequestStatus using the RequestToken of the
ProgressEvent returned by DeleteResource.
      327 328 329 330 331  | 
    
      # File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 327 class DeleteResourceOutput < Struct.new( :progress_event) SENSITIVE = [] include Aws::Structure end  |