Module: Aws::EC2::Client::_GetInstanceTpmEkPubResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInstanceTpmEkPubResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #instance_id ⇒ ::String
- #key_format ⇒ "der", "tpmt"
- #key_type ⇒ "rsa-2048", "ecc-sec-p384"
- #key_value ⇒ ::String
Instance Method Details
#instance_id ⇒ ::String
10126 |
# File 'sig/client.rbs', line 10126
def instance_id: () -> ::String
|
#key_format ⇒ "der", "tpmt"
10128 |
# File 'sig/client.rbs', line 10128
def key_format: () -> ("der" | "tpmt")
|
#key_type ⇒ "rsa-2048", "ecc-sec-p384"
10127 |
# File 'sig/client.rbs', line 10127
def key_type: () -> ("rsa-2048" | "ecc-sec-p384")
|
#key_value ⇒ ::String
10129 |
# File 'sig/client.rbs', line 10129
def key_value: () -> ::String
|