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

Class: Aws::RoboMaker::Types::S3Object

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

Overview

Note:

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

{
  bucket: "S3Bucket", # required
  key: "S3Key", # required
  etag: "S3Etag",
}

Information about an S3 object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket containing the object.

Returns:

  • (String)

    The bucket containing the object.

#etagString

The etag of the object.

Returns:

  • (String)

    The etag of the object.

#keyString

The key of the object.

Returns:

  • (String)

    The key of the object.