Class: Aws::ApplicationDiscoveryService::Types::StartExportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartExportTaskRequest
- Includes:
- Structure
- Defined in:
- 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.
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_format ⇒ Array<String>
The file format for the returned export data. Default value is ‘CSV`. Note: The `GRAPHML` *option has been deprecated.*
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 |
#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.
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 |
#preferences ⇒ Types::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_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.
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 |