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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/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 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 805

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