Method: Aws::S3::Types::GetBucketPolicyStatusRequest#bucket

Defined in:
lib/aws-sdk-s3/types.rb

#bucketString

The name of the Amazon S3 bucket whose policy status you want to retrieve.

Returns:

  • (String)


7333
7334
7335
7336
7337
7338
# File 'lib/aws-sdk-s3/types.rb', line 7333

class GetBucketPolicyStatusRequest < Struct.new(
  :bucket,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end