Class: Aws::S3::Types::PolicyStatus

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

The container element for a bucket’s policy status.

Instance Attribute Summary collapse

Instance Attribute Details

#is_publicBoolean

The policy status for this bucket. ‘TRUE` indicates that this bucket is public. `FALSE` indicates that the bucket is not public.

Returns:

  • (Boolean)


6336
6337
6338
6339
# File 'lib/aws-sdk-s3/types.rb', line 6336

class PolicyStatus < Struct.new(
  :is_public)
  include Aws::Structure
end