Class: Aws::S3::Types::GetBucketPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketPolicyOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#policy ⇒ String
The bucket policy as a JSON document.
Instance Attribute Details
#policy ⇒ String
The bucket policy as a JSON document.
4047 4048 4049 4050 |
# File 'lib/aws-sdk-s3/types.rb', line 4047 class GetBucketPolicyOutput < Struct.new( :policy) include Aws::Structure end |