Class: Aws::Macie2::Types::S3Bucket

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Provides information about the S3 bucket that a finding applies to. If a quota prevented Amazon Macie from retrieving and processing all the bucket’s information prior to generating the finding, the following values are UNKNOWN or null: allowsUnencryptedObjectUploads, defaultServerSideEncryption, publicAccess, and tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allows_unencrypted_object_uploadsString

Returns:

  • (String)


5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

Returns:

  • (String)


5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns:

  • (Time)


5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#default_server_side_encryptionTypes::ServerSideEncryption

Provides information about the default server-side encryption settings for an S3 bucket or the encryption settings for an S3 object.



5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ownerTypes::S3BucketOwner

Provides information about the Amazon Web Services account that owns an S3 bucket.



5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#public_accessTypes::BucketPublicAccess

Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.



5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::KeyValuePair>

Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.

Returns:



5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-macie2/types.rb', line 5312

class S3Bucket < Struct.new(
  :allows_unencrypted_object_uploads,
  :arn,
  :created_at,
  :default_server_side_encryption,
  :name,
  :owner,
  :public_access,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end