Class: Aws::S3Control::Types::GetAccessPointPolicyStatusForObjectLambdaResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointPolicyStatusForObjectLambdaResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_status ⇒ Types::PolicyStatus
Indicates whether this access point policy is public.
Instance Attribute Details
#policy_status ⇒ Types::PolicyStatus
Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide.
1811 1812 1813 1814 1815 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1811 class GetAccessPointPolicyStatusForObjectLambdaResult < Struct.new( :policy_status) SENSITIVE = [] include Aws::Structure end |