Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#descriptions ⇒ Array<Types::ContinuousExportDescription>
A list of continuous export descriptions.
-
#next_token ⇒ String
The token from the previous call to ‘DescribeExportTasks`.
Instance Attribute Details
#descriptions ⇒ Array<Types::ContinuousExportDescription>
A list of continuous export descriptions.
936 937 938 939 940 941 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 936 class DescribeContinuousExportsResponse < Struct.new( :descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token from the previous call to ‘DescribeExportTasks`.
936 937 938 939 940 941 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 936 class DescribeContinuousExportsResponse < Struct.new( :descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |