class Aws::S3Control::Types::PutMultiRegionAccessPointPolicyRequest
@note When making an API call, you may pass PutMultiRegionAccessPointPolicyRequest
data as a hash: { account_id: "AccountId", # required client_token: "MultiRegionAccessPointClientToken", # required details: { # required name: "MultiRegionAccessPointName", # required policy: "Policy", # required }, }
@!attribute [rw] account_id
The Amazon Web Services account ID for the owner of the Multi-Region Access Point. @return [String]
@!attribute [rw] client_token
An idempotency token used to identify the request and guarantee that requests are unique. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] details
A container element containing the details of the policy for the Multi-Region Access Point. @return [Types::PutMultiRegionAccessPointPolicyInput]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutMultiRegionAccessPointPolicyRequest AWS API Documentation
Constants
- SENSITIVE