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)


4496
4497
4498
4499
4500
4501
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4496

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`.



4496
4497
4498
4499
4500
4501
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4496

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