Skip to content

/AWS1/CL_NWFCONTNRASSOCSUMMARY

High-level information about a container association, returned by the ListContainerAssociations operation. You can use this information to retrieve the full details of a container association using DescribeContainerAssociation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN

The Amazon Resource Name (ARN) of the container association.

iv_name TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME

The descriptive name of the container association.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the container association.

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

Name

The descriptive name of the container association.

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

Public Local Types In This Class

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

TT_CONTAINERASSOCIATIONS

TYPES TT_CONTAINERASSOCIATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFCONTNRASSOCSUMMARY WITH DEFAULT KEY
.