Skip to content

/AWS1/CL_EC2ACCESSSCOPEPATH

Describes a path.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_source TYPE REF TO /AWS1/CL_EC2PATHSTATEMENT /AWS1/CL_EC2PATHSTATEMENT

The source.

io_destination TYPE REF TO /AWS1/CL_EC2PATHSTATEMENT /AWS1/CL_EC2PATHSTATEMENT

The destination.

it_throughresources TYPE /AWS1/CL_EC2THRURESOURCESSTMT=>TT_THROUGHRESOURCESSTMTLIST TT_THROUGHRESOURCESSTMTLIST

The through resources.


Queryable Attributes

Source

The source.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

Destination

The destination.

Accessible with the following methods

Method Description
GET_DESTINATION() Getter for DESTINATION

ThroughResources

The through resources.

Accessible with the following methods

Method Description
GET_THROUGHRESOURCES() Getter for THROUGHRESOURCES, with configurable default
ASK_THROUGHRESOURCES() Getter for THROUGHRESOURCES w/ exceptions if field has no va
HAS_THROUGHRESOURCES() Determine if THROUGHRESOURCES 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_ACCESSSCOPEPATHLIST

TYPES TT_ACCESSSCOPEPATHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2ACCESSSCOPEPATH WITH DEFAULT KEY
.