Class: Aws::IoTThingsGraph::Types::UploadEntityDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::UploadEntityDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#upload_id ⇒ String
The ID that specifies the upload action.
Instance Attribute Details
#upload_id ⇒ String
The ID that specifies the upload action. You can use this to track the status of the upload.
1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1691 class UploadEntityDefinitionsResponse < Struct.new( :upload_id) SENSITIVE = [] include Aws::Structure end |