Class: Aws::S3::Types::GetBucketAbacOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAbacOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
Instance Attribute Details
#abac_status ⇒ Types::AbacStatus
The ABAC status of the general purpose bucket.
6462 6463 6464 6465 6466 |
# File 'lib/aws-sdk-s3/types.rb', line 6462 class GetBucketAbacOutput < Struct.new( :abac_status) SENSITIVE = [] include Aws::Structure end |