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