Class: Aws::DatabaseMigrationService::Types::DescribeReplicationTaskIndividualAssessmentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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)


4547
4548
4549
4550
4551
4552
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4547

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

#replication_task_individual_assessmentsArray<Types::ReplicationTaskIndividualAssessment>

One or more individual assessments as specified by Filters.



4547
4548
4549
4550
4551
4552
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4547

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