Class: Aws::DatabaseMigrationService::Types::DescribeReplicationTaskAssessmentRunsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A pagination token returned for you to pass to a subsequent request. If you pass this token as the ‘Marker` value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by `MaxRecords`.

Returns:

  • (String)


4837
4838
4839
4840
4841
4842
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4837

class DescribeReplicationTaskAssessmentRunsResponse < Struct.new(
  :marker,
  :replication_task_assessment_runs)
  SENSITIVE = []
  include Aws::Structure
end

#replication_task_assessment_runsArray<Types::ReplicationTaskAssessmentRun>

One or more premigration assessment runs as specified by ‘Filters`.



4837
4838
4839
4840
4841
4842
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4837

class DescribeReplicationTaskAssessmentRunsResponse < Struct.new(
  :marker,
  :replication_task_assessment_runs)
  SENSITIVE = []
  include Aws::Structure
end