Class: Aws::GuardDuty::Types::S3BucketDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information on the S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the S3 bucket.

Returns:

  • (String)


6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#created_atTime

The date and time the bucket was created at.

Returns:

  • (Time)


6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#default_server_side_encryptionTypes::DefaultServerSideEncryption

Describes the server side encryption method used in the S3 bucket.



6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#nameString

The name of the S3 bucket.

Returns:

  • (String)


6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#ownerTypes::Owner

The owner of the S3 bucket.

Returns:



6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#public_accessTypes::PublicAccess

Describes the public access policies that apply to the S3 bucket.

Returns:



6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#tagsArray<Types::Tag>

All tags attached to the S3 bucket

Returns:



6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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

#typeString

Describes whether the bucket is a source or destination bucket.

Returns:

  • (String)


6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6731

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