Class: Aws::Mgn::Types::ListNetworkMigrationExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationExecutionsRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListNetworkMigrationExecutionRequestFilters
Filters to apply when listing executions, such as status or execution ID.
-
#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 to list executions for.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Types::ListNetworkMigrationExecutionRequestFilters
Filters to apply when listing executions, such as status or execution ID.
3478 3479 3480 3481 3482 3483 3484 3485 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478 class ListNetworkMigrationExecutionsRequest < Struct.new( :network_migration_definition_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3478 3479 3480 3481 3482 3483 3484 3485 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478 class ListNetworkMigrationExecutionsRequest < Struct.new( :network_migration_definition_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition to list executions for.
3478 3479 3480 3481 3482 3483 3484 3485 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478 class ListNetworkMigrationExecutionsRequest < Struct.new( :network_migration_definition_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3478 3479 3480 3481 3482 3483 3484 3485 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478 class ListNetworkMigrationExecutionsRequest < Struct.new( :network_migration_definition_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |