/AWS1/CL_IOTUPDATESTREAMRSP¶
UpdateStreamResponse
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_description TYPE /AWS1/IOTSTREAMDESCRIPTION /AWS1/IOTSTREAMDESCRIPTION¶
A description of the stream.
iv_streamversion TYPE /AWS1/IOTSTREAMVERSION /AWS1/IOTSTREAMVERSION¶
The stream version.
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 |
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 |
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 |