Class: Aws::GuardDuty::Types::S3BucketDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::S3BucketDetail
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
-
#created_at ⇒ Time
The date and time the bucket was created at.
-
#default_server_side_encryption ⇒ Types::DefaultServerSideEncryption
Describes the server side encryption method used in the S3 bucket.
-
#name ⇒ String
The name of the S3 bucket.
-
#owner ⇒ Types::Owner
The owner of the S3 bucket.
-
#public_access ⇒ Types::PublicAccess
Describes the public access policies that apply to the S3 bucket.
-
#s3_object_details ⇒ Array<Types::S3ObjectDetail>
Information about the S3 object that was scanned.
-
#tags ⇒ Array<Types::Tag>
All tags attached to the S3 bucket.
-
#type ⇒ String
Describes whether the bucket is a source or destination bucket.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the bucket was created at.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#default_server_side_encryption ⇒ Types::DefaultServerSideEncryption
Describes the server side encryption method used in the S3 bucket.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the S3 bucket.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ Types::Owner
The owner of the S3 bucket.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#public_access ⇒ Types::PublicAccess
Describes the public access policies that apply to the S3 bucket.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#s3_object_details ⇒ Array<Types::S3ObjectDetail>
Information about the S3 object that was scanned.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
All tags attached to the S3 bucket
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Describes whether the bucket is a source or destination bucket.
8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8157 class S3BucketDetail < Struct.new( :arn, :name, :type, :created_at, :owner, :tags, :default_server_side_encryption, :public_access, :s3_object_details) SENSITIVE = [] include Aws::Structure end |