/AWS1/CL_EC2GETINSTTPMEKPUBRS¶
GetInstanceTpmEkPubResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instanceid TYPE /AWS1/EC2INSTANCEID /AWS1/EC2INSTANCEID¶
The ID of the instance.
iv_keytype TYPE /AWS1/EC2EKPUBKEYTYPE /AWS1/EC2EKPUBKEYTYPE¶
The public endorsement key type.
iv_keyformat TYPE /AWS1/EC2EKPUBKEYFORMAT /AWS1/EC2EKPUBKEYFORMAT¶
The public endorsement key format.
iv_keyvalue TYPE /AWS1/EC2EKPUBKEYVALUE /AWS1/EC2EKPUBKEYVALUE¶
The public endorsement key material.
Queryable Attributes¶
InstanceId¶
The ID of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
KeyType¶
The public endorsement key type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYTYPE() |
Getter for KEYTYPE, with configurable default |
ASK_KEYTYPE() |
Getter for KEYTYPE w/ exceptions if field has no value |
HAS_KEYTYPE() |
Determine if KEYTYPE has a value |
KeyFormat¶
The public endorsement key format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYFORMAT() |
Getter for KEYFORMAT, with configurable default |
ASK_KEYFORMAT() |
Getter for KEYFORMAT w/ exceptions if field has no value |
HAS_KEYFORMAT() |
Determine if KEYFORMAT has a value |
KeyValue¶
The public endorsement key material.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYVALUE() |
Getter for KEYVALUE, with configurable default |
ASK_KEYVALUE() |
Getter for KEYVALUE w/ exceptions if field has no value |
HAS_KEYVALUE() |
Determine if KEYVALUE has a value |