Class: Aws::S3::Types::PolicyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::PolicyStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
The container element for a bucket’s policy status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_public ⇒ Boolean
The policy status for this bucket.
Instance Attribute Details
#is_public ⇒ Boolean
The policy status for this bucket. ‘TRUE` indicates that this bucket is public. `FALSE` indicates that the bucket is not public.
12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-s3/types.rb', line 12362 class PolicyStatus < Struct.new( :is_public) SENSITIVE = [] include Aws::Structure end |