/AWS1/CL_XRAGETINSIGHTIMPACT01¶
GetInsightImpactGraphResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_insightid
TYPE /AWS1/XRAINSIGHTID
/AWS1/XRAINSIGHTID
¶
The insight's unique identifier.
iv_starttime
TYPE /AWS1/XRATIMESTAMP
/AWS1/XRATIMESTAMP
¶
The provided start time.
iv_endtime
TYPE /AWS1/XRATIMESTAMP
/AWS1/XRATIMESTAMP
¶
The provided end time.
iv_servicegraphstarttime
TYPE /AWS1/XRATIMESTAMP
/AWS1/XRATIMESTAMP
¶
The time, in Unix seconds, at which the service graph started.
iv_servicegraphendtime
TYPE /AWS1/XRATIMESTAMP
/AWS1/XRATIMESTAMP
¶
The time, in Unix seconds, at which the service graph ended.
it_services
TYPE /AWS1/CL_XRAINSIGHTIMPACTGRA00=>TT_INSIGHTIMPACTGRAPHSVCLIST
TT_INSIGHTIMPACTGRAPHSVCLIST
¶
The Amazon Web Services instrumented services related to the insight.
iv_nexttoken
TYPE /AWS1/XRATOKEN
/AWS1/XRATOKEN
¶
Pagination token.
Queryable Attributes¶
InsightId¶
The insight's unique identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSIGHTID() |
Getter for INSIGHTID, with configurable default |
ASK_INSIGHTID() |
Getter for INSIGHTID w/ exceptions if field has no value |
HAS_INSIGHTID() |
Determine if INSIGHTID has a value |
StartTime¶
The provided start time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The provided end time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
ServiceGraphStartTime¶
The time, in Unix seconds, at which the service graph started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICEGRAPHSTARTTIME() |
Getter for SERVICEGRAPHSTARTTIME, with configurable default |
ASK_SERVICEGRAPHSTARTTIME() |
Getter for SERVICEGRAPHSTARTTIME w/ exceptions if field has |
HAS_SERVICEGRAPHSTARTTIME() |
Determine if SERVICEGRAPHSTARTTIME has a value |
ServiceGraphEndTime¶
The time, in Unix seconds, at which the service graph ended.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICEGRAPHENDTIME() |
Getter for SERVICEGRAPHENDTIME, with configurable default |
ASK_SERVICEGRAPHENDTIME() |
Getter for SERVICEGRAPHENDTIME w/ exceptions if field has no |
HAS_SERVICEGRAPHENDTIME() |
Determine if SERVICEGRAPHENDTIME has a value |
Services¶
The Amazon Web Services instrumented services related to the insight.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICES() |
Getter for SERVICES, with configurable default |
ASK_SERVICES() |
Getter for SERVICES w/ exceptions if field has no value |
HAS_SERVICES() |
Determine if SERVICES has a value |
NextToken¶
Pagination token.
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 |