Skip to content

/AWS1/CL_SSAATTMANAGEDPOLICY

A structure that stores a list of managed policy ARNs that describe the associated Amazon Web Services managed policy.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/SSANAME /AWS1/SSANAME

The name of the Amazon Web Services managed policy.

iv_arn TYPE /AWS1/SSAMANAGEDPOLICYARN /AWS1/SSAMANAGEDPOLICYARN

The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.


Queryable Attributes

Name

The name of the Amazon Web Services managed policy.

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

Arn

The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

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

Public Local Types In This Class

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

TT_ATTACHEDMANAGEDPOLICYLIST

TYPES TT_ATTACHEDMANAGEDPOLICYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSAATTMANAGEDPOLICY WITH DEFAULT KEY
.