Class: Aws::ApplicationDiscoveryService::Types::StartExportTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#export_idString

A unique identifier used to query the status of an export request.

Returns:

  • (String)


1697
1698
1699
1700
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1697

class StartExportTaskResponse < Struct.new(
  :export_id)
  include Aws::Structure
end