/AWS1/CL_S3VVECTORBUCKETSUMM¶
Summary information about a vector bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vectorbucketname TYPE /AWS1/S3VVECTORBUCKETNAME /AWS1/S3VVECTORBUCKETNAME¶
The name of the vector bucket.
iv_vectorbucketarn TYPE /AWS1/S3VVECTORBUCKETARN /AWS1/S3VVECTORBUCKETARN¶
The Amazon Resource Name (ARN) of the vector bucket.
iv_creationtime TYPE /AWS1/S3VTIMESTAMP /AWS1/S3VTIMESTAMP¶
Date and time when the vector bucket was created.
Queryable Attributes¶
vectorBucketName¶
The name of the vector bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VECTORBUCKETNAME() |
Getter for VECTORBUCKETNAME, with configurable default |
ASK_VECTORBUCKETNAME() |
Getter for VECTORBUCKETNAME w/ exceptions if field has no va |
HAS_VECTORBUCKETNAME() |
Determine if VECTORBUCKETNAME has a value |
vectorBucketArn¶
The Amazon Resource Name (ARN) of the vector bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VECTORBUCKETARN() |
Getter for VECTORBUCKETARN, with configurable default |
ASK_VECTORBUCKETARN() |
Getter for VECTORBUCKETARN w/ exceptions if field has no val |
HAS_VECTORBUCKETARN() |
Determine if VECTORBUCKETARN has a value |
creationTime¶
Date and time when the vector bucket 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTVECTORBUCKETSOUTPUTLIST¶
TYPES TT_LISTVECTORBUCKETSOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3VVECTORBUCKETSUMM WITH DEFAULT KEY
.