Class: Aws::Macie2::Types::S3BucketOwner
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3BucketOwner
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the Amazon Web Services account that owns an S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#display_name ⇒ String
5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-macie2/types.rb', line 5371 class S3BucketOwner < Struct.new( :display_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-macie2/types.rb', line 5371 class S3BucketOwner < Struct.new( :display_name, :id) SENSITIVE = [] include Aws::Structure end |