Class: Aws::S3Control::Types::EstablishedMultiRegionAccessPointPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::EstablishedMultiRegionAccessPointPolicy
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The last established access control policy for a Multi-Region Access Point.
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
-
#policy ⇒ String
The details of the last established policy.
Instance Attribute Details
#policy ⇒ String
The details of the last established policy.
2213 2214 2215 2216 2217 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2213 class EstablishedMultiRegionAccessPointPolicy < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |