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

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


5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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)


5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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)


5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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.



5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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)


5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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.



5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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.



5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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:



5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5165

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