/AWS1/CL_IOTSTREAMSUMMARY¶
A summary of a stream.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_streamid TYPE /AWS1/IOTSTREAMID /AWS1/IOTSTREAMID¶
The stream ID.
iv_streamarn TYPE /AWS1/IOTSTREAMARN /AWS1/IOTSTREAMARN¶
The stream ARN.
iv_streamversion TYPE /AWS1/IOTSTREAMVERSION /AWS1/IOTSTREAMVERSION¶
The stream version.
iv_description TYPE /AWS1/IOTSTREAMDESCRIPTION /AWS1/IOTSTREAMDESCRIPTION¶
A description of the stream.
Queryable Attributes¶
streamId¶
The stream ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMID() |
Getter for STREAMID, with configurable default |
ASK_STREAMID() |
Getter for STREAMID w/ exceptions if field has no value |
HAS_STREAMID() |
Determine if STREAMID has a value |
streamArn¶
The stream ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMARN() |
Getter for STREAMARN, with configurable default |
ASK_STREAMARN() |
Getter for STREAMARN w/ exceptions if field has no value |
HAS_STREAMARN() |
Determine if STREAMARN has a value |
streamVersion¶
The stream version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMVERSION() |
Getter for STREAMVERSION, with configurable default |
ASK_STREAMVERSION() |
Getter for STREAMVERSION w/ exceptions if field has no value |
HAS_STREAMVERSION() |
Determine if STREAMVERSION has a value |
description¶
A description of the stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_STREAMSSUMMARY¶
TYPES TT_STREAMSSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTSTREAMSUMMARY WITH DEFAULT KEY
.