Class: Aws::MigrationHub::Types::ListMigrationTasksRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Value to specify how many results are returned per page.

Returns:

  • (Integer)


580
581
582
583
584
585
586
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 580

class ListMigrationTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

Returns:

  • (String)


580
581
582
583
584
585
586
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 580

class ListMigrationTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Filter migration tasks by discovered resource name.

Returns:

  • (String)


580
581
582
583
584
585
586
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 580

class ListMigrationTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end