Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/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.
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_token ⇒ String
The token from the previous call to DescribeExportTasks
.
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 |