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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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.

Returns:

  • (String)


2854
2855
2856
2857
2858
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2854

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