Class: Aws::S3Control::Types::CreateMultiRegionAccessPointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateMultiRegionAccessPointResult
- 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
1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-s3control/types.rb', line 1339 class CreateMultiRegionAccessPointResult < Struct.new( :request_token_arn) SENSITIVE = [] include Aws::Structure end |