Class: Aws::MigrationHub::Types::ListDiscoveredResourcesRequest

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

The maximum number of results returned per page.

Returns:

  • (Integer)


535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 535

class ListDiscoveredResourcesRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#migration_task_nameString

The name of the MigrationTask. Do not store personal data in this field.

Returns:

  • (String)


535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 535

class ListDiscoveredResourcesRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :next_token,
  :max_results)
  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)


535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 535

class ListDiscoveredResourcesRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#progress_update_streamString

The name of the ProgressUpdateStream.

Returns:

  • (String)


535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 535

class ListDiscoveredResourcesRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end