class Aws::SecurityHub::Types::AwsS3ObjectDetails

Details about an Amazon S3 object.

@note When making an API call, you may pass AwsS3ObjectDetails

data as a hash:

    {
      last_modified: "NonEmptyString",
      etag: "NonEmptyString",
      version_id: "NonEmptyString",
      content_type: "NonEmptyString",
      server_side_encryption: "NonEmptyString",
      ssekms_key_id: "NonEmptyString",
    }

@!attribute [rw] last_modified

Indicates when the object was last modified.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] etag

The opaque identifier assigned by a web server to a specific version
of a resource found at a URL.
@return [String]

@!attribute [rw] version_id

The version of the object.
@return [String]

@!attribute [rw] content_type

A standard MIME type describing the format of the object data.
@return [String]

@!attribute [rw] server_side_encryption

If the object is stored using server-side encryption, the value of
the server-side encryption algorithm used when storing this object
in Amazon S3.
@return [String]

@!attribute [rw] ssekms_key_id

The identifier of the KMS symmetric customer managed key that was
used for the object.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3ObjectDetails AWS API Documentation

Constants

SENSITIVE