Class: Aws::Types::PasswordData
- Inherits:
-
Object
- Object
- Aws::Types::PasswordData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext ⇒ ::String
Returns the value of attribute ciphertext.
-
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
Instance Attribute Details
#ciphertext ⇒ ::String
Returns the value of attribute ciphertext.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def ciphertext @ciphertext end |
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def key_pair_name @key_pair_name end |