/AWS1/CL_SSMOPSITEMRELATEDIT02¶
Summary information about related-item resources for an OpsItem.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_opsitemid TYPE /AWS1/SSMOPSITEMID /AWS1/SSMOPSITEMID¶
The OpsItem ID.
iv_associationid TYPE /AWS1/SSMOPSITEMRELATEDITEMA03 /AWS1/SSMOPSITEMRELATEDITEMA03¶
The association ID.
iv_resourcetype TYPE /AWS1/SSMOPSITEMRELATEDITEMA01 /AWS1/SSMOPSITEMRELATEDITEMA01¶
The resource type.
iv_associationtype TYPE /AWS1/SSMOPSITEMRELATEDITEMA00 /AWS1/SSMOPSITEMRELATEDITEMA00¶
The association type.
iv_resourceuri TYPE /AWS1/SSMOPSITEMRELATEDITEMA02 /AWS1/SSMOPSITEMRELATEDITEMA02¶
The Amazon Resource Name (ARN) of the related-item resource.
io_createdby TYPE REF TO /AWS1/CL_SSMOPSITEMIDENTITY /AWS1/CL_SSMOPSITEMIDENTITY¶
CreatedBy
iv_createdtime TYPE /AWS1/SSMDATETIME /AWS1/SSMDATETIME¶
The time the related-item association was created.
io_lastmodifiedby TYPE REF TO /AWS1/CL_SSMOPSITEMIDENTITY /AWS1/CL_SSMOPSITEMIDENTITY¶
LastModifiedBy
iv_lastmodifiedtime TYPE /AWS1/SSMDATETIME /AWS1/SSMDATETIME¶
The time the related-item association was last updated.
Queryable Attributes¶
OpsItemId¶
The OpsItem ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPSITEMID() |
Getter for OPSITEMID, with configurable default |
ASK_OPSITEMID() |
Getter for OPSITEMID w/ exceptions if field has no value |
HAS_OPSITEMID() |
Determine if OPSITEMID has a value |
AssociationId¶
The association ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONID() |
Getter for ASSOCIATIONID, with configurable default |
ASK_ASSOCIATIONID() |
Getter for ASSOCIATIONID w/ exceptions if field has no value |
HAS_ASSOCIATIONID() |
Determine if ASSOCIATIONID has a value |
ResourceType¶
The resource type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
AssociationType¶
The association type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE, with configurable default |
ASK_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE w/ exceptions if field has no val |
HAS_ASSOCIATIONTYPE() |
Determine if ASSOCIATIONTYPE has a value |
ResourceUri¶
The Amazon Resource Name (ARN) of the related-item resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEURI() |
Getter for RESOURCEURI, with configurable default |
ASK_RESOURCEURI() |
Getter for RESOURCEURI w/ exceptions if field has no value |
HAS_RESOURCEURI() |
Determine if RESOURCEURI has a value |
CreatedBy¶
CreatedBy
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY |
CreatedTime¶
The time the related-item association was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastModifiedBy¶
LastModifiedBy
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY |
LastModifiedTime¶
The time the related-item association was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME 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_OPSITEMRELATEDITEMSUMMARIES¶
TYPES TT_OPSITEMRELATEDITEMSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMOPSITEMRELATEDIT02 WITH DEFAULT KEY
.