Class: Aws::Mgn::Types::ListNetworkMigrationAnalysisResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationAnalysisResultsRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListNetworkMigrationAnalysisResultsFilters
Filters to apply when listing analysis results, such as VPC IDs.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
-
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Types::ListNetworkMigrationAnalysisResultsFilters
Filters to apply when listing analysis results, such as VPC IDs.
3120 3121 3122 3123 3124 3125 3126 3127 3128 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3120 class ListNetworkMigrationAnalysisResultsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3120 3121 3122 3123 3124 3125 3126 3127 3128 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3120 class ListNetworkMigrationAnalysisResultsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
3120 3121 3122 3123 3124 3125 3126 3127 3128 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3120 class ListNetworkMigrationAnalysisResultsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
3120 3121 3122 3123 3124 3125 3126 3127 3128 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3120 class ListNetworkMigrationAnalysisResultsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3120 3121 3122 3123 3124 3125 3126 3127 3128 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3120 class ListNetworkMigrationAnalysisResultsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |