Class: Aws::Macie2::Types::S3BucketOwner

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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_nameString

Returns:

  • (String)


5233
5234
5235
5236
5237
5238
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5233

class S3BucketOwner < Struct.new(
  :display_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


5233
5234
5235
5236
5237
5238
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5233

class S3BucketOwner < Struct.new(
  :display_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end