Skip to content

/AWS1/CL_SDYLISTINSTSRESPONSE

ListInstancesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_resourceowner TYPE /AWS1/SDYAWSACCOUNTID /AWS1/SDYAWSACCOUNTID

The ID of the Amazon Web Services account that created the namespace that contains the specified service. If this isn't your account ID, it's the ID of the account that shared the namespace with your account.

it_instances TYPE /AWS1/CL_SDYINSTANCESUMMARY=>TT_INSTANCESUMMARYLIST TT_INSTANCESUMMARYLIST

Summary information about the instances that are associated with the specified service.

iv_nexttoken TYPE /AWS1/SDYNEXTTOKEN /AWS1/SDYNEXTTOKEN

If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.


Queryable Attributes

ResourceOwner

The ID of the Amazon Web Services account that created the namespace that contains the specified service. If this isn't your account ID, it's the ID of the account that shared the namespace with your account.

Accessible with the following methods

Method Description
GET_RESOURCEOWNER() Getter for RESOURCEOWNER, with configurable default
ASK_RESOURCEOWNER() Getter for RESOURCEOWNER w/ exceptions if field has no value
HAS_RESOURCEOWNER() Determine if RESOURCEOWNER has a value

Instances

Summary information about the instances that are associated with the specified service.

Accessible with the following methods

Method Description
GET_INSTANCES() Getter for INSTANCES, with configurable default
ASK_INSTANCES() Getter for INSTANCES w/ exceptions if field has no value
HAS_INSTANCES() Determine if INSTANCES has a value

NextToken

If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value