You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information on the S3 bucket.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#created_atTime

The date and time the bucket was created at.

Returns:

  • (Time)

    The date and time the bucket was created at.

#default_server_side_encryptionTypes::DefaultServerSideEncryption

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

Returns:

#nameString

The name of the S3 bucket.

Returns:

  • (String)

    The name of the S3 bucket.

#ownerTypes::Owner

The owner of the S3 bucket.

Returns:

#public_accessTypes::PublicAccess

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

Returns:

#tagsArray<Types::Tag>

All tags attached to the S3 bucket

Returns:

  • (Array<Types::Tag>)

    All tags attached to the S3 bucket.

#typeString

Describes whether the bucket is a source or destination bucket.

Returns:

  • (String)

    Describes whether the bucket is a source or destination bucket.