Skip to content

/AWS1/CL_PTCCHNLHANDSHAKESUMM

Summary information about a channel handshake.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/PTCCHANNELHANDSHAKEID00 /AWS1/PTCCHANNELHANDSHAKEID00

The unique identifier of the handshake.

iv_arn TYPE /AWS1/PTCARN /AWS1/PTCARN

The Amazon Resource Name (ARN) of the handshake.

iv_catalog TYPE /AWS1/PTCCATALOG /AWS1/PTCCATALOG

The catalog identifier associated with the handshake.

iv_handshaketype TYPE /AWS1/PTCHANDSHAKETYPE /AWS1/PTCHANDSHAKETYPE

The type of the handshake.

iv_owneraccountid TYPE /AWS1/PTCACCOUNTID /AWS1/PTCACCOUNTID

The AWS account ID of the handshake owner.

iv_senderaccountid TYPE /AWS1/PTCACCOUNTID /AWS1/PTCACCOUNTID

The AWS account ID of the handshake sender.

iv_senderdisplayname TYPE /AWS1/PTCPARTNERPFLDISPLAYNAME /AWS1/PTCPARTNERPFLDISPLAYNAME

The display name of the handshake sender.

iv_receiveraccountid TYPE /AWS1/PTCACCOUNTID /AWS1/PTCACCOUNTID

The AWS account ID of the handshake receiver.

iv_associatedresourceid00 TYPE /AWS1/PTCASSOCIATEDRESOURCEI00 /AWS1/PTCASSOCIATEDRESOURCEI00

The identifier of the resource associated with the handshake.

io_detail TYPE REF TO /AWS1/CL_PTCHANDSHAKEDETAIL /AWS1/CL_PTCHANDSHAKEDETAIL

Detailed information about the handshake.

iv_createdat TYPE /AWS1/PTCDATETIME /AWS1/PTCDATETIME

The timestamp when the handshake was created.

iv_updatedat TYPE /AWS1/PTCDATETIME /AWS1/PTCDATETIME

The timestamp when the handshake was last updated.

iv_status TYPE /AWS1/PTCHANDSHAKESTATUS /AWS1/PTCHANDSHAKESTATUS

The current status of the handshake.


Queryable Attributes

id

The unique identifier of the handshake.

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 handshake.

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

catalog

The catalog identifier associated with the handshake.

Accessible with the following methods

Method Description
GET_CATALOG() Getter for CATALOG, with configurable default
ASK_CATALOG() Getter for CATALOG w/ exceptions if field has no value
HAS_CATALOG() Determine if CATALOG has a value

handshakeType

The type of the handshake.

Accessible with the following methods

Method Description
GET_HANDSHAKETYPE() Getter for HANDSHAKETYPE, with configurable default
ASK_HANDSHAKETYPE() Getter for HANDSHAKETYPE w/ exceptions if field has no value
HAS_HANDSHAKETYPE() Determine if HANDSHAKETYPE has a value

ownerAccountId

The AWS account ID of the handshake owner.

Accessible with the following methods

Method Description
GET_OWNERACCOUNTID() Getter for OWNERACCOUNTID, with configurable default
ASK_OWNERACCOUNTID() Getter for OWNERACCOUNTID w/ exceptions if field has no valu
HAS_OWNERACCOUNTID() Determine if OWNERACCOUNTID has a value

senderAccountId

The AWS account ID of the handshake sender.

Accessible with the following methods

Method Description
GET_SENDERACCOUNTID() Getter for SENDERACCOUNTID, with configurable default
ASK_SENDERACCOUNTID() Getter for SENDERACCOUNTID w/ exceptions if field has no val
HAS_SENDERACCOUNTID() Determine if SENDERACCOUNTID has a value

senderDisplayName

The display name of the handshake sender.

Accessible with the following methods

Method Description
GET_SENDERDISPLAYNAME() Getter for SENDERDISPLAYNAME, with configurable default
ASK_SENDERDISPLAYNAME() Getter for SENDERDISPLAYNAME w/ exceptions if field has no v
HAS_SENDERDISPLAYNAME() Determine if SENDERDISPLAYNAME has a value

receiverAccountId

The AWS account ID of the handshake receiver.

Accessible with the following methods

Method Description
GET_RECEIVERACCOUNTID() Getter for RECEIVERACCOUNTID, with configurable default
ASK_RECEIVERACCOUNTID() Getter for RECEIVERACCOUNTID w/ exceptions if field has no v
HAS_RECEIVERACCOUNTID() Determine if RECEIVERACCOUNTID has a value

associatedResourceId

The identifier of the resource associated with the handshake.

Accessible with the following methods

Method Description
GET_ASSOCIATEDRESOURCEID00() Getter for ASSOCIATEDRESOURCEID, with configurable default
ASK_ASSOCIATEDRESOURCEID00() Getter for ASSOCIATEDRESOURCEID w/ exceptions if field has n
HAS_ASSOCIATEDRESOURCEID00() Determine if ASSOCIATEDRESOURCEID has a value

detail

Detailed information about the handshake.

Accessible with the following methods

Method Description
GET_DETAIL() Getter for DETAIL

createdAt

The timestamp when the handshake 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

updatedAt

The timestamp when the handshake was last updated.

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

status

The current status of the handshake.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CHANNELHANDSHAKESUMMARIES

TYPES TT_CHANNELHANDSHAKESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTCCHNLHANDSHAKESUMM WITH DEFAULT KEY
.