/AWS1/CL_GSTS3OBJECT¶
Object stored in Amazon S3 containing ephemeris data.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/GSTS3BUCKETNAME /AWS1/GSTS3BUCKETNAME¶
An Amazon S3 Bucket name.
iv_key TYPE /AWS1/GSTS3OBJECTKEY /AWS1/GSTS3OBJECTKEY¶
An Amazon S3 key for the ephemeris.
iv_version TYPE /AWS1/GSTS3VERSIONID /AWS1/GSTS3VERSIONID¶
For versioned Amazon S3 objects, the version to use for the ephemeris.
Queryable Attributes¶
bucket¶
An Amazon S3 Bucket name.
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 |
key¶
An Amazon S3 key for the ephemeris.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
version¶
For versioned Amazon S3 objects, the version to use for the ephemeris.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |