Class: Aws::ApplicationDiscoveryService::Types::StartExportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartExportTaskRequest
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end timestamp for exported data from the single Application Discovery Agent selected in the filters.
-
#export_data_format ⇒ Array<String>
The file format for the returned export data.
-
#filters ⇒ Array<Types::ExportFilter>
If a filter is present, it selects the single
agentId
of the Application Discovery Agent for which data is exported. -
#preferences ⇒ Types::ExportPreferences
Indicates the type of data that needs to be exported.
-
#start_time ⇒ Time
The start timestamp for exported data from the single Application Discovery Agent selected in the filters.
Instance Attribute Details
#end_time ⇒ Time
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.
2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2004 class StartExportTaskRequest < Struct.new( :export_data_format, :filters, :start_time, :end_time, :preferences) SENSITIVE = [] include Aws::Structure end |
#export_data_format ⇒ Array<String>
The file format for the returned export data. Default value is
CSV
. Note: The GRAPHML
option has been deprecated.
2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2004 class StartExportTaskRequest < Struct.new( :export_data_format, :filters, :start_time, :end_time, :preferences) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<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.
2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2004 class StartExportTaskRequest < Struct.new( :export_data_format, :filters, :start_time, :end_time, :preferences) SENSITIVE = [] include Aws::Structure end |
#preferences ⇒ Types::ExportPreferences
Indicates the type of data that needs to be exported. Only one ExportPreferences can be enabled at any time.
2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2004 class StartExportTaskRequest < Struct.new( :export_data_format, :filters, :start_time, :end_time, :preferences) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
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.
2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2004 class StartExportTaskRequest < Struct.new( :export_data_format, :filters, :start_time, :end_time, :preferences) SENSITIVE = [] include Aws::Structure end |