Class: Aws::S3::Types::GetBucketPolicyOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The bucket policy as a JSON document.

Returns:

  • (String)


2744
2745
2746
2747
# File 'lib/aws-sdk-s3/types.rb', line 2744

class GetBucketPolicyOutput < Struct.new(
  :policy)
  include Aws::Structure
end