Class: Aws::MigrationHub::Types::ListCreatedArtifactsRequest

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

Maximum number of results to be returned per page.

Returns:

  • (Integer)


485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 485

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

#migration_task_nameString

Unique identifier that references the migration task. Do not store personal data in this field.

Returns:

  • (String)


485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 485

class ListCreatedArtifactsRequest < 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)


485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 485

class ListCreatedArtifactsRequest < 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)


485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 485

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