Class: Aws::S3Control::Types::DeleteMultiRegionAccessPointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteMultiRegionAccessPointResult
- Defined in:
- gems/aws-sdk-s3control/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.
1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1829 class DeleteMultiRegionAccessPointResult < Struct.new( :request_token_arn) SENSITIVE = [] include Aws::Structure end |