Class: Aws::S3Control::Types::GetBucketPolicyResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The policy of the Outposts bucket.



3083
3084
3085
3086
3087
# File 'lib/aws-sdk-s3control/types.rb', line 3083

class GetBucketPolicyResult < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end