/AWS1/CL_MHOGETMIGRATIONWORK03¶
GetMigrationWorkflowTemplateResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
The ID of the template.
iv_templatearn TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
>The Amazon Resource Name (ARN) of the migration workflow template. The format for an Migration Hub Orchestrator template ARN is
arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
iv_name TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
The name of the template.
iv_description TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
The time at which the template was last created.
it_inputs TYPE /AWS1/CL_MHOTEMPLATEINPUT=>TT_TEMPLATEINPUTLIST TT_TEMPLATEINPUTLIST¶
The inputs provided for the creation of the migration workflow.
it_tools TYPE /AWS1/CL_MHOTOOL=>TT_TOOLSLIST TT_TOOLSLIST¶
List of AWS services utilized in a migration workflow.
iv_creationtime TYPE /AWS1/MHOTIMESTAMP /AWS1/MHOTIMESTAMP¶
The time at which the template was last created.
iv_owner TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
The owner of the migration workflow template.
iv_status TYPE /AWS1/MHOTEMPLATESTATUS /AWS1/MHOTEMPLATESTATUS¶
The status of the template.
iv_statusmessage TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
The status message of retrieving migration workflow templates.
iv_templateclass TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
The class of the migration workflow template. The available template classes are:
A2C
MGN
SAP_MULTI
SQL_EC2
SQL_RDS
VMIE
it_tags TYPE /AWS1/CL_MHOSTRINGMAP_W=>TT_STRINGMAP TT_STRINGMAP¶
The tags added to the migration workflow template.
Queryable Attributes¶
id¶
The ID of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
templateArn¶
>The Amazon Resource Name (ARN) of the migration workflow template. The format for an Migration Hub Orchestrator template ARN is
arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEARN() |
Getter for TEMPLATEARN, with configurable default |
ASK_TEMPLATEARN() |
Getter for TEMPLATEARN w/ exceptions if field has no value |
HAS_TEMPLATEARN() |
Determine if TEMPLATEARN has a value |
name¶
The name of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The time at which the template was last created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
inputs¶
The inputs provided for the creation of the migration workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTS() |
Getter for INPUTS, with configurable default |
ASK_INPUTS() |
Getter for INPUTS w/ exceptions if field has no value |
HAS_INPUTS() |
Determine if INPUTS has a value |
tools¶
List of AWS services utilized in a migration workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLS() |
Getter for TOOLS, with configurable default |
ASK_TOOLS() |
Getter for TOOLS w/ exceptions if field has no value |
HAS_TOOLS() |
Determine if TOOLS has a value |
creationTime¶
The time at which the template was last created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
owner¶
The owner of the migration workflow template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
status¶
The status of the template.
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 |
statusMessage¶
The status message of retrieving migration workflow templates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
templateClass¶
The class of the migration workflow template. The available template classes are:
A2C
MGN
SAP_MULTI
SQL_EC2
SQL_RDS
VMIE
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATECLASS() |
Getter for TEMPLATECLASS, with configurable default |
ASK_TEMPLATECLASS() |
Getter for TEMPLATECLASS w/ exceptions if field has no value |
HAS_TEMPLATECLASS() |
Determine if TEMPLATECLASS has a value |
tags¶
The tags added to the migration workflow template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |