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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#upload_idString

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

Returns:

  • (String)


805
806
807
808
809
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 805

class GetUploadStatusRequest < Struct.new(
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end