Class: Aws::CloudControlApi::Types::GetResourceRequestStatusInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudControlApi::Types::GetResourceRequestStatusInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudcontrolapi/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique token used to track the progress of the resource operation request.
 
Instance Attribute Details
#request_token ⇒ String
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ‘ProgressEvent` type returned by a resource operation request.
      437 438 439 440 441  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 437 class GetResourceRequestStatusInput < Struct.new( :request_token) SENSITIVE = [] include Aws::Structure end  |