Class: Aws::S3::Types::AbacStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::AbacStatus
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The ABAC status of the general purpose bucket.
Instance Attribute Details
#status ⇒ String
The ABAC status of the general purpose bucket.
30 31 32 33 34 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 30 class AbacStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |