Class: Aws::Types::PublicKeySummary
- Inherits:
-
Object
- Object
- Aws::Types::PublicKeySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#encoded_key ⇒ ::String
Returns the value of attribute encoded_key.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def comment @comment end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def created_time @created_time end |
#encoded_key ⇒ ::String
Returns the value of attribute encoded_key.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def encoded_key @encoded_key end |
#id ⇒ ::String
Returns the value of attribute id.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def name @name end |