Class: Aws::Types::CreateKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#key_format ⇒ "pem", "ppk"
Returns the value of attribute key_format.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#key_type ⇒ "rsa", "ed25519"
Returns the value of attribute key_type.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def dry_run @dry_run end |
#key_format ⇒ "pem", "ppk"
Returns the value of attribute key_format.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def key_format @key_format end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def key_name @key_name end |
#key_type ⇒ "rsa", "ed25519"
Returns the value of attribute key_type.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def key_type @key_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def tag_specifications @tag_specifications end |