/AWS1/CL_STGFILESHAREINFO¶
Describes a file share. Only supported S3 File Gateway.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filesharetype TYPE /AWS1/STGFILESHARETYPE /AWS1/STGFILESHARETYPE¶
The type of the file share.
iv_filesharearn TYPE /AWS1/STGFILESHAREARN /AWS1/STGFILESHAREARN¶
The Amazon Resource Name (ARN) of the file share.
iv_fileshareid TYPE /AWS1/STGFILESHAREID /AWS1/STGFILESHAREID¶
The ID of the file share.
iv_filesharestatus TYPE /AWS1/STGFILESHARESTATUS /AWS1/STGFILESHARESTATUS¶
The status of the file share.
Valid Values:
CREATING|UPDATING|AVAILABLE|DELETING
iv_gatewayarn TYPE /AWS1/STGGATEWAYARN /AWS1/STGGATEWAYARN¶
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
Queryable Attributes¶
FileShareType¶
The type of the file share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESHARETYPE() |
Getter for FILESHARETYPE, with configurable default |
ASK_FILESHARETYPE() |
Getter for FILESHARETYPE w/ exceptions if field has no value |
HAS_FILESHARETYPE() |
Determine if FILESHARETYPE has a value |
FileShareARN¶
The Amazon Resource Name (ARN) of the file share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESHAREARN() |
Getter for FILESHAREARN, with configurable default |
ASK_FILESHAREARN() |
Getter for FILESHAREARN w/ exceptions if field has no value |
HAS_FILESHAREARN() |
Determine if FILESHAREARN has a value |
FileShareId¶
The ID of the file share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESHAREID() |
Getter for FILESHAREID, with configurable default |
ASK_FILESHAREID() |
Getter for FILESHAREID w/ exceptions if field has no value |
HAS_FILESHAREID() |
Determine if FILESHAREID has a value |
FileShareStatus¶
The status of the file share.
Valid Values:
CREATING|UPDATING|AVAILABLE|DELETING
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESHARESTATUS() |
Getter for FILESHARESTATUS, with configurable default |
ASK_FILESHARESTATUS() |
Getter for FILESHARESTATUS w/ exceptions if field has no val |
HAS_FILESHARESTATUS() |
Determine if FILESHARESTATUS has a value |
GatewayARN¶
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYARN() |
Getter for GATEWAYARN, with configurable default |
ASK_GATEWAYARN() |
Getter for GATEWAYARN w/ exceptions if field has no value |
HAS_GATEWAYARN() |
Determine if GATEWAYARN 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_FILESHAREINFOLIST¶
TYPES TT_FILESHAREINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_STGFILESHAREINFO WITH DEFAULT KEY
.