/AWS1/CL_S3FLISTFILESYSSDESC¶
Contains information about an S3 File System returned in list operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_creationtime TYPE /AWS1/S3FTIMESTAMP /AWS1/S3FTIMESTAMP¶
The time when the file system was created.
iv_filesystemarn TYPE /AWS1/S3FFILESYSTEMARN /AWS1/S3FFILESYSTEMARN¶
The Amazon Resource Name (ARN) of the file system.
iv_filesystemid TYPE /AWS1/S3FFILESYSTEMID /AWS1/S3FFILESYSTEMID¶
The ID of the file system.
iv_bucket TYPE /AWS1/S3FBUCKETARN /AWS1/S3FBUCKETARN¶
The Amazon Resource Name (ARN) of the S3 bucket.
iv_status TYPE /AWS1/S3FLIFECYCLESTATE /AWS1/S3FLIFECYCLESTATE¶
The current status of the file system.
iv_rolearn TYPE /AWS1/S3FROLEARN /AWS1/S3FROLEARN¶
The Amazon Resource Name (ARN) of the IAM role used for S3 access.
iv_ownerid TYPE /AWS1/S3FAWSACCOUNTID /AWS1/S3FAWSACCOUNTID¶
The Amazon Web Services account ID of the file system owner.
Optional arguments:¶
iv_name TYPE /AWS1/S3FTAGVALUE /AWS1/S3FTAGVALUE¶
The name of the file system.
iv_statusmessage TYPE /AWS1/S3FSTATUSMESSAGE /AWS1/S3FSTATUSMESSAGE¶
Additional information about the file system status.
Queryable Attributes¶
creationTime¶
The time when the file system 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 |
fileSystemArn¶
The Amazon Resource Name (ARN) of the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMARN() |
Getter for FILESYSTEMARN, with configurable default |
ASK_FILESYSTEMARN() |
Getter for FILESYSTEMARN w/ exceptions if field has no value |
HAS_FILESYSTEMARN() |
Determine if FILESYSTEMARN has a value |
fileSystemId¶
The ID of the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMID() |
Getter for FILESYSTEMID, with configurable default |
ASK_FILESYSTEMID() |
Getter for FILESYSTEMID w/ exceptions if field has no value |
HAS_FILESYSTEMID() |
Determine if FILESYSTEMID has a value |
name¶
The name of the file system.
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 |
bucket¶
The Amazon Resource Name (ARN) of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
status¶
The current status of the file system.
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 |
statusMessage¶
Additional information about the file system status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
roleArn¶
The Amazon Resource Name (ARN) of the IAM role used for S3 access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
ownerId¶
The Amazon Web Services account ID of the file system owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID 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_FILESYSTEMS¶
TYPES TT_FILESYSTEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3FLISTFILESYSSDESC WITH DEFAULT KEY
.