Class: Aws::Types::PublicKey
- Inherits:
-
Object
- Object
- Aws::Types::PublicKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#public_key_config ⇒ Types::PublicKeyConfig
Returns the value of attribute public_key_config.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def id @id end |
#public_key_config ⇒ Types::PublicKeyConfig
Returns the value of attribute public_key_config.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def public_key_config @public_key_config end |