Class: Aws::Types::GetInstanceTpmEkPubResult
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceTpmEkPubResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#key_format ⇒ "der", "tpmt"
Returns the value of attribute key_format.
-
#key_type ⇒ "rsa-2048", "ecc-sec-p384"
Returns the value of attribute key_type.
-
#key_value ⇒ ::String
Returns the value of attribute key_value.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10298 10299 10300 |
# File 'sig/types.rbs', line 10298 def instance_id @instance_id end |
#key_format ⇒ "der", "tpmt"
Returns the value of attribute key_format.
10300 10301 10302 |
# File 'sig/types.rbs', line 10300 def key_format @key_format end |
#key_type ⇒ "rsa-2048", "ecc-sec-p384"
Returns the value of attribute key_type.
10299 10300 10301 |
# File 'sig/types.rbs', line 10299 def key_type @key_type end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
10301 10302 10303 |
# File 'sig/types.rbs', line 10301 def key_value @key_value end |