/AWS1/CL_FNTTRUSTSTORESUMMARY¶
A trust store summary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The trust store's ID.
iv_arn TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The trust store's Amazon Resource Name (ARN).
iv_name TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The trust store's name.
iv_status TYPE /AWS1/FNTTRUSTSTORESTATUS /AWS1/FNTTRUSTSTORESTATUS¶
The trust store's status.
iv_numberofcacertificates TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The trust store's number of CA certificates.
iv_lastmodifiedtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The trust store's last modified time.
iv_etag TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The version identifier for the current version of the trust store.
Optional arguments:¶
iv_reason TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The trust store's reason.
Queryable Attributes¶
Id¶
The trust store's ID.
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 trust store's Amazon Resource Name (ARN).
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 |
Name¶
The trust store's name.
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 |
Status¶
The trust store's status.
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 |
NumberOfCaCertificates¶
The trust store's number of CA certificates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFCACERTIFICATES() |
Getter for NUMBEROFCACERTIFICATES, with configurable default |
ASK_NUMBEROFCACERTIFICATES() |
Getter for NUMBEROFCACERTIFICATES w/ exceptions if field has |
HAS_NUMBEROFCACERTIFICATES() |
Determine if NUMBEROFCACERTIFICATES has a value |
LastModifiedTime¶
The trust store's last modified time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Reason¶
The trust store's reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
ETag¶
The version identifier for the current version of the trust store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG 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_TRUSTSTORELIST¶
TYPES TT_TRUSTSTORELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTTRUSTSTORESUMMARY WITH DEFAULT KEY
.