/AWS1/CL_DMGREPLTSKINDIVIDUA00¶
Provides information that describes an individual assessment from a premigration assessment run.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_repltskindividualassess00 TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
Amazon Resource Name (ARN) of this individual assessment.
iv_repltaskassessmentrunarn TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
ARN of the premigration assessment run that is created to run this individual assessment.
iv_individualassessmentname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
Name of this individual assessment.
iv_status TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
Individual assessment status.
This status can have one of the following values:
"cancelled"
"error"
"failed"
"passed"
"pending"
"skipped"
"running"
iv_repltskindividualassess01 TYPE /AWS1/DMGTSTAMP /AWS1/DMGTSTAMP¶
Date when this individual assessment was started as part of running the
StartReplicationTaskAssessmentRunoperation.
Queryable Attributes¶
ReplicationTaskIndividualAssessmentArn¶
Amazon Resource Name (ARN) of this individual assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLTSKINDIVIDUALASSES00() |
Getter for REPLTSKINDIVIDUALASSESSMEN00, with configurable d |
ASK_REPLTSKINDIVIDUALASSES00() |
Getter for REPLTSKINDIVIDUALASSESSMEN00 w/ exceptions if fie |
HAS_REPLTSKINDIVIDUALASSES00() |
Determine if REPLTSKINDIVIDUALASSESSMEN00 has a value |
ReplicationTaskAssessmentRunArn¶
ARN of the premigration assessment run that is created to run this individual assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLTASKASSESSMENTRUNARN() |
Getter for REPLTASKASSESSMENTRUNARN, with configurable defau |
ASK_REPLTASKASSESSMENTRUNARN() |
Getter for REPLTASKASSESSMENTRUNARN w/ exceptions if field h |
HAS_REPLTASKASSESSMENTRUNARN() |
Determine if REPLTASKASSESSMENTRUNARN has a value |
IndividualAssessmentName¶
Name of this individual assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDIVIDUALASSESSMENTNAME() |
Getter for INDIVIDUALASSESSMENTNAME, with configurable defau |
ASK_INDIVIDUALASSESSMENTNAME() |
Getter for INDIVIDUALASSESSMENTNAME w/ exceptions if field h |
HAS_INDIVIDUALASSESSMENTNAME() |
Determine if INDIVIDUALASSESSMENTNAME has a value |
Status¶
Individual assessment status.
This status can have one of the following values:
"cancelled"
"error"
"failed"
"passed"
"pending"
"skipped"
"running"
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
ReplicationTaskIndividualAssessmentStartDate¶
Date when this individual assessment was started as part of running the
StartReplicationTaskAssessmentRunoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLTSKINDIVIDUALASSES01() |
Getter for REPLTSKINDIVIDUALASSESSMEN01, with configurable d |
ASK_REPLTSKINDIVIDUALASSES01() |
Getter for REPLTSKINDIVIDUALASSESSMEN01 w/ exceptions if fie |
HAS_REPLTSKINDIVIDUALASSES01() |
Determine if REPLTSKINDIVIDUALASSESSMEN01 has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPLTSKINDIVIDUALASSESSME00¶
TYPES TT_REPLTSKINDIVIDUALASSESSME00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGREPLTSKINDIVIDUA00 WITH DEFAULT KEY
.