Class: Aws::Types::PublicKeyConfig
- Inherits:
-
Object
- Object
- Aws::Types::PublicKeyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#encoded_key ⇒ ::String
Returns the value of attribute encoded_key.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def caller_reference @caller_reference end |
#comment ⇒ ::String
Returns the value of attribute comment.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def comment @comment end |
#encoded_key ⇒ ::String
Returns the value of attribute encoded_key.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def encoded_key @encoded_key end |
#name ⇒ ::String
Returns the value of attribute name.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def name @name end |