Skip to content

/AWS1/CL_PTTCREATECONNINVTNRSP

CreateConnectionInvitationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG

The catalog identifier where the connection invitation was created.

iv_id TYPE /AWS1/PTTCONNECTIONINVTNID /AWS1/PTTCONNECTIONINVTNID

The unique identifier of the created connection invitation.

iv_arn TYPE /AWS1/PTTCONNECTIONINVTNARN /AWS1/PTTCONNECTIONINVTNARN

The Amazon Resource Name (ARN) of the created connection invitation.

iv_connectiontype TYPE /AWS1/PTTCONNECTIONTYPE /AWS1/PTTCONNECTIONTYPE

The type of connection being requested in the invitation.

iv_createdat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the connection invitation was created.

iv_updatedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the connection invitation was last updated.

iv_otherparticidentifier TYPE /AWS1/PTTPARTICIPANTIDENTIFIER /AWS1/PTTPARTICIPANTIDENTIFIER

The identifier of the organization or partner being invited.

iv_participanttype TYPE /AWS1/PTTPARTICIPANTTYPE /AWS1/PTTPARTICIPANTTYPE

The type of participant (inviter or invitee) in the connection invitation.

iv_status TYPE /AWS1/PTTINVITATIONSTATUS /AWS1/PTTINVITATIONSTATUS

The current status of the connection invitation (pending, accepted, rejected, etc.).

iv_invitationmessage TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING

The custom message included with the connection invitation.

iv_inviteremail TYPE /AWS1/PTTEMAIL /AWS1/PTTEMAIL

The email address of the person who sent the connection invitation.

iv_invitername TYPE /AWS1/PTTSENSUNICODESTRING /AWS1/PTTSENSUNICODESTRING

The name of the person who sent the connection invitation.

Optional arguments:

iv_connectionid TYPE /AWS1/PTTCONNECTIONID /AWS1/PTTCONNECTIONID

The identifier of the connection associated with this invitation.

iv_expiresat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the connection invitation will expire if not responded to.


Queryable Attributes

Catalog

The catalog identifier where the connection invitation was created.

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

Id

The unique identifier of the created connection invitation.

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 created connection invitation.

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

ConnectionId

The identifier of the connection associated with this invitation.

Accessible with the following methods

Method Description
GET_CONNECTIONID() Getter for CONNECTIONID, with configurable default
ASK_CONNECTIONID() Getter for CONNECTIONID w/ exceptions if field has no value
HAS_CONNECTIONID() Determine if CONNECTIONID has a value

ConnectionType

The type of connection being requested in the invitation.

Accessible with the following methods

Method Description
GET_CONNECTIONTYPE() Getter for CONNECTIONTYPE, with configurable default
ASK_CONNECTIONTYPE() Getter for CONNECTIONTYPE w/ exceptions if field has no valu
HAS_CONNECTIONTYPE() Determine if CONNECTIONTYPE has a value

CreatedAt

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

ExpiresAt

The timestamp when the connection invitation will expire if not responded to.

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

OtherParticipantIdentifier

The identifier of the organization or partner being invited.

Accessible with the following methods

Method Description
GET_OTHERPARTICIDENTIFIER() Getter for OTHERPARTICIPANTIDENTIFIER, with configurable def
ASK_OTHERPARTICIDENTIFIER() Getter for OTHERPARTICIPANTIDENTIFIER w/ exceptions if field
HAS_OTHERPARTICIDENTIFIER() Determine if OTHERPARTICIPANTIDENTIFIER has a value

ParticipantType

The type of participant (inviter or invitee) in the connection invitation.

Accessible with the following methods

Method Description
GET_PARTICIPANTTYPE() Getter for PARTICIPANTTYPE, with configurable default
ASK_PARTICIPANTTYPE() Getter for PARTICIPANTTYPE w/ exceptions if field has no val
HAS_PARTICIPANTTYPE() Determine if PARTICIPANTTYPE has a value

Status

The current status of the connection invitation (pending, accepted, rejected, etc.).

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

InvitationMessage

The custom message included with the connection invitation.

Accessible with the following methods

Method Description
GET_INVITATIONMESSAGE() Getter for INVITATIONMESSAGE, with configurable default
ASK_INVITATIONMESSAGE() Getter for INVITATIONMESSAGE w/ exceptions if field has no v
HAS_INVITATIONMESSAGE() Determine if INVITATIONMESSAGE has a value

InviterEmail

The email address of the person who sent the connection invitation.

Accessible with the following methods

Method Description
GET_INVITEREMAIL() Getter for INVITEREMAIL, with configurable default
ASK_INVITEREMAIL() Getter for INVITEREMAIL w/ exceptions if field has no value
HAS_INVITEREMAIL() Determine if INVITEREMAIL has a value

InviterName

The name of the person who sent the connection invitation.

Accessible with the following methods

Method Description
GET_INVITERNAME() Getter for INVITERNAME, with configurable default
ASK_INVITERNAME() Getter for INVITERNAME w/ exceptions if field has no value
HAS_INVITERNAME() Determine if INVITERNAME has a value