Class: Aws::IoTThingsGraph::Types::UploadEntityDefinitionsResponse

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 that specifies the upload action. You can use this to track the status of the upload.

Returns:

  • (String)


1691
1692
1693
1694
1695
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1691

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