class Aws::RoboMaker::Types::S3Object

Information about an S3 object.

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

data as a hash:

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

@!attribute [rw] bucket

The bucket containing the object.
@return [String]

@!attribute [rw] key

The key of the object.
@return [String]

@!attribute [rw] etag

The etag of the object.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/S3Object AWS API Documentation

Constants

SENSITIVE