Class: Aws::Types::ImportPlaybackKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportPlaybackKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#public_key_material ⇒ ::String
Returns the value of attribute public_key_material.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
383 384 385 |
# File 'sig/types.rbs', line 383 def name @name end |
#public_key_material ⇒ ::String
Returns the value of attribute public_key_material.
382 383 384 |
# File 'sig/types.rbs', line 382 def public_key_material @public_key_material end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
384 385 386 |
# File 'sig/types.rbs', line 384 def end |