Skip to content

/AWS1/CL_XDDSTREAMSUMMARY

Summary information about a stream.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusteridentifier TYPE /AWS1/XDDCLUSTERID /AWS1/XDDCLUSTERID

The ID of the cluster.

iv_streamidentifier TYPE /AWS1/XDDSTREAMID /AWS1/XDDSTREAMID

The ID of the stream.

iv_arn TYPE /AWS1/XDDSTREAMARN /AWS1/XDDSTREAMARN

The ARN of the stream.

iv_creationtime TYPE /AWS1/XDDSTREAMCREATIONTIME /AWS1/XDDSTREAMCREATIONTIME

The timestamp when the stream was created.

iv_status TYPE /AWS1/XDDSTREAMSTATUS /AWS1/XDDSTREAMSTATUS

The current status of the stream.


Queryable Attributes

clusterIdentifier

The ID of the cluster.

Accessible with the following methods

Method Description
GET_CLUSTERIDENTIFIER() Getter for CLUSTERIDENTIFIER, with configurable default
ASK_CLUSTERIDENTIFIER() Getter for CLUSTERIDENTIFIER w/ exceptions if field has no v
HAS_CLUSTERIDENTIFIER() Determine if CLUSTERIDENTIFIER has a value

streamIdentifier

The ID of the stream.

Accessible with the following methods

Method Description
GET_STREAMIDENTIFIER() Getter for STREAMIDENTIFIER, with configurable default
ASK_STREAMIDENTIFIER() Getter for STREAMIDENTIFIER w/ exceptions if field has no va
HAS_STREAMIDENTIFIER() Determine if STREAMIDENTIFIER has a value

arn

The ARN of the stream.

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

creationTime

The timestamp when the stream was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

status

The current status of the stream.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS 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_STREAMLIST

TYPES TT_STREAMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XDDSTREAMSUMMARY WITH DEFAULT KEY
.