Skip to content

/AWS1/CL_R5GGETACCESSTOKENOUT

GetAccessTokenOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

ID of the token.

iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN

The Amazon Resource Name (ARN) of the token.

iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The time and date the token was created.

iv_dnsviewid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

ID of the DNS view the token is associated to.

iv_expiresat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The token's expiration time and date.

iv_globalresolverid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

ID of the Global Resolver.

iv_status TYPE /AWS1/R5GTOKENSTATUS /AWS1/R5GTOKENSTATUS

The operational status of the token.

iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The time and date the token was created.

iv_value TYPE /AWS1/R5GACCESSTOKENVALUE /AWS1/R5GACCESSTOKENVALUE

The value of the token.

Optional arguments:

iv_clienttoken TYPE /AWS1/R5GCLIENTTOKEN /AWS1/R5GCLIENTTOKEN

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

iv_name TYPE /AWS1/R5GRESOURCENAMESHORT /AWS1/R5GRESOURCENAMESHORT

Name of the token.


Queryable Attributes

id

ID of the token.

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

arn

The Amazon Resource Name (ARN) of the token.

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

clientToken

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

createdAt

The time and date the token was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

dnsViewId

ID of the DNS view the token is associated to.

Accessible with the following methods

Method Description
GET_DNSVIEWID() Getter for DNSVIEWID, with configurable default
ASK_DNSVIEWID() Getter for DNSVIEWID w/ exceptions if field has no value
HAS_DNSVIEWID() Determine if DNSVIEWID has a value

expiresAt

The token's expiration time and date.

Accessible with the following methods

Method Description
GET_EXPIRESAT() Getter for EXPIRESAT, with configurable default
ASK_EXPIRESAT() Getter for EXPIRESAT w/ exceptions if field has no value
HAS_EXPIRESAT() Determine if EXPIRESAT has a value

globalResolverId

ID of the Global Resolver.

Accessible with the following methods

Method Description
GET_GLOBALRESOLVERID() Getter for GLOBALRESOLVERID, with configurable default
ASK_GLOBALRESOLVERID() Getter for GLOBALRESOLVERID w/ exceptions if field has no va
HAS_GLOBALRESOLVERID() Determine if GLOBALRESOLVERID has a value

name

Name of the token.

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

status

The operational status of the token.

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

updatedAt

The time and date the token was created.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

value

The value of the token.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value