Class: Aws::S3::Types::GetBucketAbacOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAbacOutput
- 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.
Instance Attribute Details
#abac_status ⇒ Types::AbacStatus
The ABAC status of the general purpose bucket.
6519 6520 6521 6522 6523 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6519 class GetBucketAbacOutput < Struct.new( :abac_status) SENSITIVE = [] include Aws::Structure end |