Class: Aws::Types::GetInstanceTpmEkPubRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceTpmEkPubRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9961 9962 9963 |
# File 'sig/types.rbs', line 9961 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9958 9959 9960 |
# File 'sig/types.rbs', line 9958 def instance_id @instance_id end |
#key_format ⇒ "der", "tpmt"
Returns the value of attribute key_format.
9960 9961 9962 |
# File 'sig/types.rbs', line 9960 def key_format @key_format end |
#key_type ⇒ "rsa-2048", "ecc-sec-p384"
Returns the value of attribute key_type.
9959 9960 9961 |
# File 'sig/types.rbs', line 9959 def key_type @key_type end |