Class: Aws::CloudControlApi::Types::CreateResourceOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudControlApi::Types::CreateResourceOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 creation request.
 
Instance Attribute Details
#progress_event ⇒ Types::ProgressEvent
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling
- GetResourceRequestStatus][1
 - 
using the ‘RequestToken` of the
 
‘ProgressEvent` returned by `CreateResource`.
[1]: docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_GetResourceRequestStatus.html
      215 216 217 218 219  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 215 class CreateResourceOutput < Struct.new( :progress_event) SENSITIVE = [] include Aws::Structure end  |