/AWS1/CL_IOIGETFLEETRESPONSE¶
GetFleetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/IOIFLEETID /AWS1/IOIFLEETID¶
The ID of the fleet.
iv_arn TYPE /AWS1/IOIARN /AWS1/IOIARN¶
The Amazon Resource Name (ARN) of the fleet.
iv_signalcatalogarn TYPE /AWS1/IOIARN /AWS1/IOIARN¶
The ARN of a signal catalog associated with the fleet.
iv_creationtime TYPE /AWS1/IOITIMESTAMP /AWS1/IOITIMESTAMP¶
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
iv_lastmodificationtime TYPE /AWS1/IOITIMESTAMP /AWS1/IOITIMESTAMP¶
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Optional arguments:¶
iv_description TYPE /AWS1/IOIDESCRIPTION /AWS1/IOIDESCRIPTION¶
A brief description of the fleet.
Queryable Attributes¶
id¶
The ID of the fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the fleet.
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 |
description¶
A brief description of the fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
signalCatalogArn¶
The ARN of a signal catalog associated with the fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNALCATALOGARN() |
Getter for SIGNALCATALOGARN, with configurable default |
ASK_SIGNALCATALOGARN() |
Getter for SIGNALCATALOGARN w/ exceptions if field has no va |
HAS_SIGNALCATALOGARN() |
Determine if SIGNALCATALOGARN has a value |
creationTime¶
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
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 |
lastModificationTime¶
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |