Class: Aws::S3Control::Types::PolicyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PolicyStatus
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#is_public ⇒ Boolean
4456 4457 4458 4459 4460 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4456 class PolicyStatus < Struct.new( :is_public) SENSITIVE = [] include Aws::Structure end |