Class: Aws::ApplicationDiscoveryService::Types::DescribeImportTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeImportTasksResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to request the next page of results.
-
#tasks ⇒ Array<Types::ImportTask>
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
Instance Attribute Details
#next_token ⇒ String
The token to request the next page of results.
1064 1065 1066 1067 1068 1069 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1064 class DescribeImportTasksResponse < Struct.new( :next_token, :tasks) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::ImportTask>
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
1064 1065 1066 1067 1068 1069 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1064 class DescribeImportTasksResponse < Struct.new( :next_token, :tasks) SENSITIVE = [] include Aws::Structure end |