/AWS1/CL_RSHDSCDATASHARESFOR01¶
DescribeDataSharesForConsumerResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datashares TYPE /AWS1/CL_RSHDATASHARE=>TT_DATASHARELIST TT_DATASHARELIST¶
Shows the results of datashares available for consumers.
iv_marker TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDataSharesForConsumer request exceed the value specified in
MaxRecords, Amazon Web Services returns a value in theMarkerfield of the response. You can retrieve the next set of response records by providing the returned marker value in theMarkerparameter and retrying the request.
Queryable Attributes¶
DataShares¶
Shows the results of datashares available for consumers.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DATASHARES() | Getter for DATASHARES, with configurable default | 
| ASK_DATASHARES() | Getter for DATASHARES w/ exceptions if field has no value | 
| HAS_DATASHARES() | Determine if DATASHARES has a value | 
Marker¶
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDataSharesForConsumer request exceed the value specified in
MaxRecords, Amazon Web Services returns a value in theMarkerfield of the response. You can retrieve the next set of response records by providing the returned marker value in theMarkerparameter and retrying the request.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_MARKER() | Getter for MARKER, with configurable default | 
| ASK_MARKER() | Getter for MARKER w/ exceptions if field has no value | 
| HAS_MARKER() | Determine if MARKER has a value |