Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_idsArray<String>

The unique IDs assigned to the exports.

Returns:

  • (Array<String>)


916
917
918
919
920
921
922
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 916

class DescribeContinuousExportsRequest < Struct.new(
  :export_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

Returns:

  • (Integer)


916
917
918
919
920
921
922
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 916

class DescribeContinuousExportsRequest < Struct.new(
  :export_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token from the previous call to DescribeExportTasks.

Returns:

  • (String)


916
917
918
919
920
921
922
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 916

class DescribeContinuousExportsRequest < Struct.new(
  :export_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end