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

Class: Aws::SecurityHub::Types::AwsS3ObjectDetails

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

Overview

Note:

When passing AwsS3ObjectDetails as input to an Aws::Client method, you can use a vanilla Hash:

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

Details about an Amazon S3 object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

A standard MIME type describing the format of the object data.

Returns:

  • (String)

    A standard MIME type describing the format of the object data.

#etagString

The opaque identifier assigned by a web server to a specific version of a resource found at a URL.

Returns:

  • (String)

    The opaque identifier assigned by a web server to a specific version of a resource found at a URL.

#last_modifiedString

Indicates when the object was last modified.

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

Returns:

  • (String)

    Indicates when the object was last modified.

#server_side_encryptionString

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.

Returns:

  • (String)

    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.

#ssekms_key_idString

The identifier of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

Returns:

  • (String)

    The identifier of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

#version_idString

The version of the object.

Returns:

  • (String)

    The version of the object.