Class: Aws::IoTThingsGraph::Types::GetUploadStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetUploadStatusRequest
- Defined in:
- gems/aws-sdk-iotthingsgraph/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 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 805 class GetUploadStatusRequest < Struct.new( :upload_id) SENSITIVE = [] include Aws::Structure end |