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.



936
937
938
939
940
941
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 936

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

#next_tokenString

The token from the previous call to DescribeExportTasks.

Returns:

  • (String)


936
937
938
939
940
941
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 936

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