/AWS1/CL_IVCROOMSUMMARY¶
Summary information about a room.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/IVCROOMARN /AWS1/IVCROOMARN¶
Room ARN.
iv_id TYPE /AWS1/IVCROOMID /AWS1/IVCROOMID¶
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
iv_name TYPE /AWS1/IVCROOMNAME /AWS1/IVCROOMNAME¶
Room name. The value does not need to be unique.
io_messagereviewhandler TYPE REF TO /AWS1/CL_IVCMSGREVIEWHANDLER /AWS1/CL_IVCMSGREVIEWHANDLER¶
Configuration information for optional review of messages.
iv_createtime TYPE /AWS1/IVCTIME /AWS1/IVCTIME¶
Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
iv_updatetime TYPE /AWS1/IVCTIME /AWS1/IVCTIME¶
Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
it_tags TYPE /AWS1/CL_IVCTAGS_W=>TT_TAGS TT_TAGS¶
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
it_loggingconfidentifiers TYPE /AWS1/CL_IVCLOGCONFIDLIST_W=>TT_LOGGINGCONFIDENTIFIERLIST TT_LOGGINGCONFIDENTIFIERLIST¶
List of logging-configuration identifiers attached to the room.
Queryable Attributes¶
arn¶
Room ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
id¶
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
Room name. The value does not need to be unique.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
messageReviewHandler¶
Configuration information for optional review of messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEREVIEWHANDLER() |
Getter for MESSAGEREVIEWHANDLER |
createTime¶
Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
tags¶
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
loggingConfigurationIdentifiers¶
List of logging-configuration identifiers attached to the room.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGINGCONFIDENTIFIERS() |
Getter for LOGGINGCONFIDENTIFIERS, with configurable default |
ASK_LOGGINGCONFIDENTIFIERS() |
Getter for LOGGINGCONFIDENTIFIERS w/ exceptions if field has |
HAS_LOGGINGCONFIDENTIFIERS() |
Determine if LOGGINGCONFIDENTIFIERS 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_ROOMLIST¶
TYPES TT_ROOMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IVCROOMSUMMARY WITH DEFAULT KEY
.