Class: Aws::ApplicationDiscoveryService::Types::StartExportTaskRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.

Returns:

  • (Time)


1995
1996
1997
1998
1999
2000
2001
2002
2003
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1995

class StartExportTaskRequest < Struct.new(
  :export_data_format,
  :filters,
  :start_time,
  :end_time,
  :preferences)
  SENSITIVE = []
  include Aws::Structure
end

#export_data_formatArray<String>

The file format for the returned export data. Default value is ‘CSV`. Note: The `GRAPHML` *option has been deprecated.*

Returns:

  • (Array<String>)


1995
1996
1997
1998
1999
2000
2001
2002
2003
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1995

class StartExportTaskRequest < Struct.new(
  :export_data_format,
  :filters,
  :start_time,
  :end_time,
  :preferences)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::ExportFilter>

If a filter is present, it selects the single ‘agentId` of the Application Discovery Agent for which data is exported. The `agentId` can be found in the results of the `DescribeAgents` API or CLI. If no filter is present, `startTime` and `endTime` are ignored and exported data includes both Amazon Web Services Application Discovery Service Agentless Collector collectors data and summary data from Application Discovery Agent agents.

Returns:



1995
1996
1997
1998
1999
2000
2001
2002
2003
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1995

class StartExportTaskRequest < Struct.new(
  :export_data_format,
  :filters,
  :start_time,
  :end_time,
  :preferences)
  SENSITIVE = []
  include Aws::Structure
end

#preferencesTypes::ExportPreferences

Indicates the type of data that needs to be exported. Only one

ExportPreferences][1

can be enabled at any time.

[1]: docs.aws.amazon.com/application-discovery/latest/APIReference/API_ExportPreferences.html



1995
1996
1997
1998
1999
2000
2001
2002
2003
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1995

class StartExportTaskRequest < Struct.new(
  :export_data_format,
  :filters,
  :start_time,
  :end_time,
  :preferences)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.

Returns:

  • (Time)


1995
1996
1997
1998
1999
2000
2001
2002
2003
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1995

class StartExportTaskRequest < Struct.new(
  :export_data_format,
  :filters,
  :start_time,
  :end_time,
  :preferences)
  SENSITIVE = []
  include Aws::Structure
end