/AWS1/CL_EL2REVOCATIONCONTENT¶
Information about a revocation file.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_s3bucket
TYPE /AWS1/EL2S3BUCKET
/AWS1/EL2S3BUCKET
¶
The Amazon S3 bucket for the revocation file.
iv_s3key
TYPE /AWS1/EL2S3KEY
/AWS1/EL2S3KEY
¶
The Amazon S3 path for the revocation file.
iv_s3objectversion
TYPE /AWS1/EL2S3OBJECTVERSION
/AWS1/EL2S3OBJECTVERSION
¶
The Amazon S3 object version of the revocation file.
iv_revocationtype
TYPE /AWS1/EL2REVOCATIONTYPE
/AWS1/EL2REVOCATIONTYPE
¶
The type of revocation file.
Queryable Attributes¶
S3Bucket¶
The Amazon S3 bucket for the revocation file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
S3Key¶
The Amazon S3 path for the revocation file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3KEY() |
Getter for S3KEY, with configurable default |
ASK_S3KEY() |
Getter for S3KEY w/ exceptions if field has no value |
HAS_S3KEY() |
Determine if S3KEY has a value |
S3ObjectVersion¶
The Amazon S3 object version of the revocation file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3OBJECTVERSION() |
Getter for S3OBJECTVERSION, with configurable default |
ASK_S3OBJECTVERSION() |
Getter for S3OBJECTVERSION w/ exceptions if field has no val |
HAS_S3OBJECTVERSION() |
Determine if S3OBJECTVERSION has a value |
RevocationType¶
The type of revocation file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REVOCATIONTYPE() |
Getter for REVOCATIONTYPE, with configurable default |
ASK_REVOCATIONTYPE() |
Getter for REVOCATIONTYPE w/ exceptions if field has no valu |
HAS_REVOCATIONTYPE() |
Determine if REVOCATIONTYPE 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_REVOCATIONCONTENTS
¶
TYPES TT_REVOCATIONCONTENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2REVOCATIONCONTENT WITH DEFAULT KEY
.