Class: Aws::S3Control::Types::PutMultiRegionAccessPointPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutMultiRegionAccessPointPolicyResult
- 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
6387 6388 6389 6390 6391 |
# File 'lib/aws-sdk-s3control/types.rb', line 6387 class PutMultiRegionAccessPointPolicyResult < Struct.new( :request_token_arn) SENSITIVE = [] include Aws::Structure end |