Class: Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exports_info ⇒ Array<Types::ExportInfo>
-
#next_token ⇒ String
The token from the previous call to describe-export-tasks.
Instance Attribute Details
#exports_info ⇒ Array<Types::ExportInfo>
967 968 969 970 971 972 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 967 class DescribeExportConfigurationsResponse < Struct.new( :exports_info, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token from the previous call to describe-export-tasks.
967 968 969 970 971 972 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 967 class DescribeExportConfigurationsResponse < Struct.new( :exports_info, :next_token) SENSITIVE = [] include Aws::Structure end |