Class: Aws::S3::Types::GetBucketPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketPolicyOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
6237 6238 6239 6240 6241 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6237 class GetBucketPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |