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

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

#descriptionsArray<Types::ContinuousExportDescription>

A list of continuous export descriptions.



932
933
934
935
936
937
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 932

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

#next_tokenString

The token from the previous call to DescribeExportTasks.

Returns:

  • (String)


932
933
934
935
936
937
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 932

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