Class: Aws::S3Control::Types::DeleteMultiRegionAccessPointResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::DeleteMultiRegionAccessPointResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #request_token_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request token associated with the request.
 
Instance Attribute Details
#request_token_arn ⇒ String
The request token associated with the request. You can use this token with [DescribeMultiRegionAccessPointOperation] to determine the status of asynchronous requests.
[1]: docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
      1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 1829 class DeleteMultiRegionAccessPointResult < Struct.new( :request_token_arn) SENSITIVE = [] include Aws::Structure end  |