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.
14315 14316 14317 14318 14319 14320 14321 14322 14323 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14315 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.
14315 14316 14317 14318 14319 14320 14321 14322 14323 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14315 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.
14315 14316 14317 14318 14319 14320 14321 14322 14323 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14315 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.
14315 14316 14317 14318 14319 14320 14321 14322 14323 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14315 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.
14315 14316 14317 14318 14319 14320 14321 14322 14323 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14315 class PutBucketAbacRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :expected_bucket_owner, :abac_status) SENSITIVE = [] include Aws::Structure end |