Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionsArray<Types::ContinuousExportDescription>

A list of continuous export descriptions.



697
698
699
700
701
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 697

class DescribeContinuousExportsResponse < Struct.new(
  :descriptions,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token from the previous call to ‘DescribeExportTasks`.

Returns:

  • (String)


697
698
699
700
701
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 697

class DescribeContinuousExportsResponse < Struct.new(
  :descriptions,
  :next_token)
  include Aws::Structure
end