Class: Aws::CloudControlApi::Types::CancelResourceRequestInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudControlApi::Types::CancelResourceRequestInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘RequestToken` of the `ProgressEvent` object returned by the resource operation request. 
Instance Attribute Details
#request_token ⇒ String
The ‘RequestToken` of the `ProgressEvent` object returned by the resource operation request.
| 33 34 35 36 37 | # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 33 class CancelResourceRequestInput < Struct.new( :request_token) SENSITIVE = [] include Aws::Structure end |