Class: Aws::S3::Types::PutBucketAbacRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::PutBucketAbacRequest
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#abac_status ⇒ Types::AbacStatus
The ABAC status of the general purpose bucket.
-
#bucket ⇒ String
The name of the general purpose bucket.
-
#checksum_algorithm ⇒ String
Indicates the algorithm that you want Amazon S3 to use to create the checksum.
-
#content_md5 ⇒ String
The MD5 hash of the
PutBucketAbacrequest body. -
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID of the general purpose bucket's owner.
Instance Attribute Details
#abac_status ⇒ Types::AbacStatus
The ABAC status of the general purpose bucket. When ABAC is enabled for the general purpose bucket, you can use tags to manage access to the general purpose buckets as well as for cost tracking purposes. When ABAC is disabled for the general purpose buckets, you can only use tags for cost tracking purposes. For more information, see Using tags with S3 general purpose buckets.
14452 14453 14454 14455 14456 14457 14458 14459 14460 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14452 class PutBucketAbacRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :expected_bucket_owner, :abac_status) SENSITIVE = [] include Aws::Structure end |
#bucket ⇒ String
The name of the general purpose bucket.
14452 14453 14454 14455 14456 14457 14458 14459 14460 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14452 class PutBucketAbacRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :expected_bucket_owner, :abac_status) SENSITIVE = [] include Aws::Structure end |
#checksum_algorithm ⇒ String
Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.
14452 14453 14454 14455 14456 14457 14458 14459 14460 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14452 class PutBucketAbacRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :expected_bucket_owner, :abac_status) SENSITIVE = [] include Aws::Structure end |
#content_md5 ⇒ String
The MD5 hash of the PutBucketAbac request body.
For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
14452 14453 14454 14455 14456 14457 14458 14459 14460 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14452 class PutBucketAbacRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :expected_bucket_owner, :abac_status) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID of the general purpose bucket's owner.
14452 14453 14454 14455 14456 14457 14458 14459 14460 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14452 class PutBucketAbacRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :expected_bucket_owner, :abac_status) SENSITIVE = [] include Aws::Structure end |