Class: Aws::S3Control::Types::MultiRegionAccessPointPolicyDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::MultiRegionAccessPointPolicyDocument
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The Multi-Region Access Point access control policy.
When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#established ⇒ Types::EstablishedMultiRegionAccessPointPolicy
The last established policy for the Multi-Region Access Point.
-
#proposed ⇒ Types::ProposedMultiRegionAccessPointPolicy
The proposed policy for the Multi-Region Access Point.
Instance Attribute Details
#established ⇒ Types::EstablishedMultiRegionAccessPointPolicy
The last established policy for the Multi-Region Access Point.
5721 5722 5723 5724 5725 5726 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5721 class MultiRegionAccessPointPolicyDocument < Struct.new( :established, :proposed) SENSITIVE = [] include Aws::Structure end |
#proposed ⇒ Types::ProposedMultiRegionAccessPointPolicy
The proposed policy for the Multi-Region Access Point.
5721 5722 5723 5724 5725 5726 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5721 class MultiRegionAccessPointPolicyDocument < Struct.new( :established, :proposed) SENSITIVE = [] include Aws::Structure end |