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.
6650 6651 6652 6653 6654 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6650 class GetBucketPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |