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

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

Overview

The container element for a bucket's policy status.

Constant Summary collapse

SENSITIVE =
[]

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)


11955
11956
11957
11958
11959
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11955

class PolicyStatus < Struct.new(
  :is_public)
  SENSITIVE = []
  include Aws::Structure
end