Class: Aws::Mgn::Types::ListNetworkMigrationDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationDefinitionsRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListNetworkMigrationDefinitionsRequestFilters
Filters to apply when listing network migration definitions.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Types::ListNetworkMigrationDefinitionsRequestFilters
Filters to apply when listing network migration definitions.
3290 3291 3292 3293 3294 3295 3296 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3290 class ListNetworkMigrationDefinitionsRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3290 3291 3292 3293 3294 3295 3296 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3290 class ListNetworkMigrationDefinitionsRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3290 3291 3292 3293 3294 3295 3296 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3290 class ListNetworkMigrationDefinitionsRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |