Class: Aws::Types::CreateKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
783 784 785 |
# File 'sig/types.rbs', line 783 def key_pair_name @key_pair_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
784 785 786 |
# File 'sig/types.rbs', line 784 def end |