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.
5954 5955 5956 5957 5958 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5954 class GetBucketPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |