Class: Aws::S3::Types::GetBucketAbacRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the general purpose bucket.

Returns:

  • (String)


6471
6472
6473
6474
6475
6476
# File 'lib/aws-sdk-s3/types.rb', line 6471

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

#expected_bucket_ownerString

The Amazon Web Services account ID of the general purpose bucket’s owner.

Returns:

  • (String)


6471
6472
6473
6474
6475
6476
# File 'lib/aws-sdk-s3/types.rb', line 6471

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