Class: Aws::Types::IssuerDetails
- Inherits:
-
Object
- Object
- Aws::Types::IssuerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sign_key ⇒ ::String
Returns the value of attribute sign_key.
Instance Attribute Details
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
650 651 652 |
# File 'sig/types.rbs', line 650 def key_fingerprint @key_fingerprint end |
#name ⇒ ::String
Returns the value of attribute name.
648 649 650 |
# File 'sig/types.rbs', line 648 def name @name end |
#sign_key ⇒ ::String
Returns the value of attribute sign_key.
649 650 651 |
# File 'sig/types.rbs', line 649 def sign_key @sign_key end |