Class: Aws::S3Control::Types::AsyncOperation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::AsyncOperation
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
A container for the information about an asynchronous operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the request was sent to the service.
 - 
  
    
      #operation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specific operation for the asynchronous request.
 - 
  
    
      #request_parameters  ⇒ Types::AsyncRequestParameters 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The parameters associated with the request.
 - 
  
    
      #request_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the request.
 - 
  
    
      #request_token_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request token associated with the request.
 - 
  
    
      #response_details  ⇒ Types::AsyncResponseDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the response.
 
Instance Attribute Details
#creation_time ⇒ Time
The time that the request was sent to the service.
      353 354 355 356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 353 class AsyncOperation < Struct.new( :creation_time, :operation, :request_token_arn, :request_parameters, :request_status, :response_details) SENSITIVE = [] include Aws::Structure end  | 
  
#operation ⇒ String
The specific operation for the asynchronous request.
      353 354 355 356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 353 class AsyncOperation < Struct.new( :creation_time, :operation, :request_token_arn, :request_parameters, :request_status, :response_details) SENSITIVE = [] include Aws::Structure end  | 
  
#request_parameters ⇒ Types::AsyncRequestParameters
The parameters associated with the request.
      353 354 355 356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 353 class AsyncOperation < Struct.new( :creation_time, :operation, :request_token_arn, :request_parameters, :request_status, :response_details) SENSITIVE = [] include Aws::Structure end  | 
  
#request_status ⇒ String
The current status of the request.
      353 354 355 356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 353 class AsyncOperation < Struct.new( :creation_time, :operation, :request_token_arn, :request_parameters, :request_status, :response_details) SENSITIVE = [] include Aws::Structure end  | 
  
#request_token_arn ⇒ String
The request token associated with the request.
      353 354 355 356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 353 class AsyncOperation < Struct.new( :creation_time, :operation, :request_token_arn, :request_parameters, :request_status, :response_details) SENSITIVE = [] include Aws::Structure end  | 
  
#response_details ⇒ Types::AsyncResponseDetails
The details of the response.
      353 354 355 356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 353 class AsyncOperation < Struct.new( :creation_time, :operation, :request_token_arn, :request_parameters, :request_status, :response_details) SENSITIVE = [] include Aws::Structure end  |