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.
4605 4606 4607 4608 4609 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4605 class GetBucketPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |