Class: Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsResponse
 
- Includes:
- Structure
- Defined in:
- 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>
| 971 972 973 974 975 976 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 971 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.
| 971 972 973 974 975 976 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 971 class DescribeExportConfigurationsResponse < Struct.new( :exports_info, :next_token) SENSITIVE = [] include Aws::Structure end |