Skip to content

/AWS1/CL_PP2DSCRCSAGCOLCHSTA01

DescribeRcsAgentCountryLaunchStatusResult

CONSTRUCTOR

IMPORTING

Required arguments:

iv_rcsagentid TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The unique identifier for the RCS agent.

iv_rcsagentarn TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The Amazon Resource Name (ARN) of the RCS agent.

Optional arguments:

it_countrylaunchstatus TYPE /AWS1/CL_PP2CNTRYLNCHSTATINFO=>TT_COUNTRYLAUNCHSTATUSINFOLIST TT_COUNTRYLAUNCHSTATUSINFOLIST

An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.

iv_nexttoken TYPE /AWS1/PP2NEXTTOKEN /AWS1/PP2NEXTTOKEN

The token to be used for the next set of paginated results. If this field is empty then there are no more results.


Queryable Attributes

RcsAgentId

The unique identifier for the RCS agent.

Accessible with the following methods

Method Description
GET_RCSAGENTID() Getter for RCSAGENTID, with configurable default
ASK_RCSAGENTID() Getter for RCSAGENTID w/ exceptions if field has no value
HAS_RCSAGENTID() Determine if RCSAGENTID has a value

RcsAgentArn

The Amazon Resource Name (ARN) of the RCS agent.

Accessible with the following methods

Method Description
GET_RCSAGENTARN() Getter for RCSAGENTARN, with configurable default
ASK_RCSAGENTARN() Getter for RCSAGENTARN w/ exceptions if field has no value
HAS_RCSAGENTARN() Determine if RCSAGENTARN has a value

CountryLaunchStatus

An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.

Accessible with the following methods

Method Description
GET_COUNTRYLAUNCHSTATUS() Getter for COUNTRYLAUNCHSTATUS, with configurable default
ASK_COUNTRYLAUNCHSTATUS() Getter for COUNTRYLAUNCHSTATUS w/ exceptions if field has no
HAS_COUNTRYLAUNCHSTATUS() Determine if COUNTRYLAUNCHSTATUS has a value

NextToken

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value