Skip to content

/AWS1/CL_QSTUPDAGENTPERMSRSP

UpdateAgentPermissionsResponse

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.

Optional arguments:

iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The Amazon Web Services request ID for this operation.

it_permissions TYPE /AWS1/CL_QSTRESOURCEPERMISSION=>TT_RESOURCEPERMISSIONLIST TT_RESOURCEPERMISSIONLIST

The resource permissions for the agent.


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

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

Permissions

The resource permissions for the agent.

Accessible with the following methods

Method Description
GET_PERMISSIONS() Getter for PERMISSIONS, with configurable default
ASK_PERMISSIONS() Getter for PERMISSIONS w/ exceptions if field has no value
HAS_PERMISSIONS() Determine if PERMISSIONS has a value