Class: Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#exports_infoArray<Types::ExportInfo>

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

Returns:



518
519
520
521
522
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 518

class DescribeExportConfigurationsResponse < Struct.new(
  :exports_info,
  :next_token)
  include Aws::Structure
end

#next_tokenString

A token to get the next set of results. For example, if you specify 100 IDs for ‘DescribeExportConfigurationsRequest$exportIds` but set `DescribeExportConfigurationsRequest$maxResults` to 10, you get results in a set of 10. Use the token in the query to get the next set of 10.

Returns:

  • (String)


518
519
520
521
522
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 518

class DescribeExportConfigurationsResponse < Struct.new(
  :exports_info,
  :next_token)
  include Aws::Structure
end