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.
2555 2556 2557 2558 |
# File 'lib/aws-sdk-s3/types.rb', line 2555 class GetBucketPolicyOutput < Struct.new( :policy) include Aws::Structure end |