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)


12369
12370
12371
12372
12373
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12369

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