Class: Aws::IoTThingsGraph::Types::GetUploadStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetUploadStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#upload_id ⇒ String
The ID of the upload.
Instance Attribute Details
#upload_id ⇒ String
The ID of the upload. This value is returned by the ‘UploadEntityDefinitions` action.
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 |