/AWS1/CL_SQTSERVICEINFO¶
Information about an Amazon Web Services service.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_servicecode
TYPE /AWS1/SQTSERVICECODE
/AWS1/SQTSERVICECODE
¶
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
iv_servicename
TYPE /AWS1/SQTSERVICENAME
/AWS1/SQTSERVICENAME
¶
Specifies the service name.
Queryable Attributes¶
ServiceCode¶
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICECODE() |
Getter for SERVICECODE, with configurable default |
ASK_SERVICECODE() |
Getter for SERVICECODE w/ exceptions if field has no value |
HAS_SERVICECODE() |
Determine if SERVICECODE has a value |
ServiceName¶
Specifies the service name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME 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_SERVICEINFOLISTDEFINITION
¶
TYPES TT_SERVICEINFOLISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_SQTSERVICEINFO WITH DEFAULT KEY
.