Class: Aws::S3::Types::AbacStatus

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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].

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The ABAC status of the general purpose bucket.

Returns:

  • (String)


30
31
32
33
34
# File 'lib/aws-sdk-s3/types.rb', line 30

class AbacStatus < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end