Class: Aws::MigrationHub::Types::ListDiscoveredResourcesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ListDiscoveredResourcesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovered_resource_list ⇒ Array<Types::DiscoveredResource>
Returned list of discovered resources associated with the given MigrationTask.
-
#next_token ⇒ String
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
Instance Attribute Details
#discovered_resource_list ⇒ Array<Types::DiscoveredResource>
Returned list of discovered resources associated with the given MigrationTask.
557 558 559 560 561 562 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 557 class ListDiscoveredResourcesResult < Struct.new( :next_token, :discovered_resource_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
557 558 559 560 561 562 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 557 class ListDiscoveredResourcesResult < Struct.new( :next_token, :discovered_resource_list) SENSITIVE = [] include Aws::Structure end |