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

Class: Aws::IoTThingsGraph::Types::GetUploadStatusRequest

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

Overview

Note:

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

{
  upload_id: "UploadId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#upload_idString

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

Returns:

  • (String)

    The ID of the upload.