Skip to content

/AWS1/CL_PTTCONNECTIONSUMMARY

A summary view of an active connection between partners containing key information.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG

The catalog identifier where the connection exists.

iv_id TYPE /AWS1/PTTCONNECTIONID /AWS1/PTTCONNECTIONID

The unique identifier of the connection.

iv_arn TYPE /AWS1/PTTCONNECTIONARN /AWS1/PTTCONNECTIONARN

The Amazon Resource Name (ARN) of the connection.

iv_otherparticipantaccountid TYPE /AWS1/PTTAWSACCOUNTID /AWS1/PTTAWSACCOUNTID

The AWS account ID of the other participant in the connection.

iv_updatedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the connection was last updated.

it_connectiontypes TYPE /AWS1/CL_PTTCONNTYPESUMMARY=>TT_CONNECTIONTYPESUMMARYMAP TT_CONNECTIONTYPESUMMARYMAP

A map of connection types and their summary information for this connection.


Queryable Attributes

Catalog

The catalog identifier where the connection exists.

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

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

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

OtherParticipantAccountId

The AWS account ID of the other participant in the connection.

Accessible with the following methods

Method Description
GET_OTHERPARTICACCOUNTID() Getter for OTHERPARTICIPANTACCOUNTID, with configurable defa
ASK_OTHERPARTICACCOUNTID() Getter for OTHERPARTICIPANTACCOUNTID w/ exceptions if field
HAS_OTHERPARTICACCOUNTID() Determine if OTHERPARTICIPANTACCOUNTID has a value

UpdatedAt

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

ConnectionTypes

A map of connection types and their summary information for this connection.

Accessible with the following methods

Method Description
GET_CONNECTIONTYPES() Getter for CONNECTIONTYPES, with configurable default
ASK_CONNECTIONTYPES() Getter for CONNECTIONTYPES w/ exceptions if field has no val
HAS_CONNECTIONTYPES() Determine if CONNECTIONTYPES 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_CONNECTIONSUMMARYLIST

TYPES TT_CONNECTIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTTCONNECTIONSUMMARY WITH DEFAULT KEY
.