DescribeApplicableIndividualAssessmentsMessage

public struct DescribeApplicableIndividualAssessmentsMessage : AWSShape
extension DatabaseMigrationService.DescribeApplicableIndividualAssessmentsMessage: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

    Declaration

    Swift

    public let marker: String?
  • Maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

    Declaration

    Swift

    public let maxRecords: Int?
  • Name of the migration type that each provided individual assessment must support.

    Declaration

    Swift

    public let migrationType: MigrationTypeValue?
  • ARN of a replication instance on which you want to base the default list of individual assessments.

    Declaration

    Swift

    public let replicationInstanceArn: String?
  • Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.

    Declaration

    Swift

    public let replicationTaskArn: String?
  • Name of a database engine that the specified replication instance supports as a source.

    Declaration

    Swift

    public let sourceEngineName: String?
  • Name of a database engine that the specified replication instance supports as a target.

    Declaration

    Swift

    public let targetEngineName: String?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, maxRecords: Int? = nil, migrationType: MigrationTypeValue? = nil, replicationInstanceArn: String? = nil, replicationTaskArn: String? = nil, sourceEngineName: String? = nil, targetEngineName: String? = nil)