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

Class: Aws::ImportExport::Types::GetStatusInput

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

Overview

Note:

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

{
  job_id: "JobId", # required
  api_version: "APIVersion",
}

Input structure for the GetStatus operation.

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

Specifies the version of the client tool.

Returns:

  • (String)

    Specifies the version of the client tool.

#job_idString

A unique identifier which refers to a particular job.

Returns:

  • (String)

    A unique identifier which refers to a particular job.