Skip to content

/AWS1/CL_IAMLISTSVCSPFCREDSRSP

ListServiceSpecificCredentialsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_servicespecificcreds TYPE /AWS1/CL_IAMSERVICESPFCREDMET=>TT_SERVICESPFCREDSLISTTYPE TT_SERVICESPFCREDSLISTTYPE

A list of structures that each contain details about a service-specific credential.

iv_marker TYPE /AWS1/IAMRESPONSEMARKERTYPE /AWS1/IAMRESPONSEMARKERTYPE

When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

iv_istruncated TYPE /AWS1/IAMBOOLEANTYPE /AWS1/IAMBOOLEANTYPE

A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items.


Queryable Attributes

ServiceSpecificCredentials

A list of structures that each contain details about a service-specific credential.

Accessible with the following methods

Method Description
GET_SERVICESPECIFICCREDS() Getter for SERVICESPECIFICCREDENTIALS, with configurable def
ASK_SERVICESPECIFICCREDS() Getter for SERVICESPECIFICCREDENTIALS w/ exceptions if field
HAS_SERVICESPECIFICCREDS() Determine if SERVICESPECIFICCREDENTIALS has a value

Marker

When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value

IsTruncated

A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED