/AWS1/CL_QSTUPDATEAGENTRSP¶
UpdateAgentResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/QSTAGENTARN /AWS1/QSTAGENTARN¶
The Amazon Resource Name (ARN) of the agent.
iv_agentid TYPE /AWS1/QSTAGENTID /AWS1/QSTAGENTID¶
The unique identifier for the agent.
iv_agentstatus TYPE /AWS1/QSTAGENTSTATUS /AWS1/QSTAGENTSTATUS¶
The status of the agent.
Optional arguments:¶
it_failedtoaddspaces TYPE /AWS1/CL_QSTFAILEDTOUPDASSOC=>TT_FAILEDTOUPDATEASSOCLIST TT_FAILEDTOUPDATEASSOCLIST¶
A list of per-ARN failures from the spaces that were requested to be added.
it_failedtoremovespaces TYPE /AWS1/CL_QSTFAILEDTOUPDASSOC=>TT_FAILEDTOUPDATEASSOCLIST TT_FAILEDTOUPDATEASSOCLIST¶
A list of per-ARN failures from the spaces that were requested to be removed.
it_failedtoaddactioncnctrs TYPE /AWS1/CL_QSTFAILEDTOUPDASSOC=>TT_FAILEDTOUPDATEASSOCLIST TT_FAILEDTOUPDATEASSOCLIST¶
A list of per-ARN failures from the action connectors that were requested to be added.
it_failedtoremactioncnctrs TYPE /AWS1/CL_QSTFAILEDTOUPDASSOC=>TT_FAILEDTOUPDATEASSOCLIST TT_FAILEDTOUPDATEASSOCLIST¶
A list of per-ARN failures from the action connectors that were requested to be removed.
iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Web Services request ID for this operation.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
AgentId¶
The unique identifier for the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTID() |
Getter for AGENTID, with configurable default |
ASK_AGENTID() |
Getter for AGENTID w/ exceptions if field has no value |
HAS_AGENTID() |
Determine if AGENTID has a value |
AgentStatus¶
The status of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSTATUS() |
Getter for AGENTSTATUS, with configurable default |
ASK_AGENTSTATUS() |
Getter for AGENTSTATUS w/ exceptions if field has no value |
HAS_AGENTSTATUS() |
Determine if AGENTSTATUS has a value |
FailedToAddSpaces¶
A list of per-ARN failures from the spaces that were requested to be added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDTOADDSPACES() |
Getter for FAILEDTOADDSPACES, with configurable default |
ASK_FAILEDTOADDSPACES() |
Getter for FAILEDTOADDSPACES w/ exceptions if field has no v |
HAS_FAILEDTOADDSPACES() |
Determine if FAILEDTOADDSPACES has a value |
FailedToRemoveSpaces¶
A list of per-ARN failures from the spaces that were requested to be removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDTOREMOVESPACES() |
Getter for FAILEDTOREMOVESPACES, with configurable default |
ASK_FAILEDTOREMOVESPACES() |
Getter for FAILEDTOREMOVESPACES w/ exceptions if field has n |
HAS_FAILEDTOREMOVESPACES() |
Determine if FAILEDTOREMOVESPACES has a value |
FailedToAddActionConnectors¶
A list of per-ARN failures from the action connectors that were requested to be added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDTOADDACTIONCNCTRS() |
Getter for FAILEDTOADDACTIONCONNECTORS, with configurable de |
ASK_FAILEDTOADDACTIONCNCTRS() |
Getter for FAILEDTOADDACTIONCONNECTORS w/ exceptions if fiel |
HAS_FAILEDTOADDACTIONCNCTRS() |
Determine if FAILEDTOADDACTIONCONNECTORS has a value |
FailedToRemoveActionConnectors¶
A list of per-ARN failures from the action connectors that were requested to be removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDTOREMACTIONCNCTRS() |
Getter for FAILEDTOREMOVEACTIONCNCTRS, with configurable def |
ASK_FAILEDTOREMACTIONCNCTRS() |
Getter for FAILEDTOREMOVEACTIONCNCTRS w/ exceptions if field |
HAS_FAILEDTOREMACTIONCNCTRS() |
Determine if FAILEDTOREMOVEACTIONCNCTRS has a value |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |