Class: Aws::Types::ImportKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#public_key_material ⇒ ::String
Returns the value of attribute public_key_material.
-
#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.
11632 11633 11634 |
# File 'sig/types.rbs', line 11632 def dry_run @dry_run end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
11633 11634 11635 |
# File 'sig/types.rbs', line 11633 def key_name @key_name end |
#public_key_material ⇒ ::String
Returns the value of attribute public_key_material.
11634 11635 11636 |
# File 'sig/types.rbs', line 11634 def public_key_material @public_key_material end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
11631 11632 11633 |
# File 'sig/types.rbs', line 11631 def tag_specifications @tag_specifications end |