Class: Aws::Types::PublicKey
- Inherits:
-
Object
- Object
- Aws::Types::PublicKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
-
#validity_end_time ⇒ ::Time
Returns the value of attribute validity_end_time.
-
#validity_start_time ⇒ ::Time
Returns the value of attribute validity_start_time.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
982 983 984 |
# File 'sig/types.rbs', line 982 def fingerprint @fingerprint end |
#validity_end_time ⇒ ::Time
Returns the value of attribute validity_end_time.
981 982 983 |
# File 'sig/types.rbs', line 981 def validity_end_time @validity_end_time end |
#validity_start_time ⇒ ::Time
Returns the value of attribute validity_start_time.
980 981 982 |
# File 'sig/types.rbs', line 980 def validity_start_time @validity_start_time end |
#value ⇒ ::String
Returns the value of attribute value.
979 980 981 |
# File 'sig/types.rbs', line 979 def value @value end |