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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allows_unencrypted_object_uploadsString

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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)


5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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)


5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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.



5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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)


5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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.



5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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.



5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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:



5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-macie2/types.rb', line 5303

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