Class: Aws::Types::Issuer
- Inherits:
-
Object
- Object
- Aws::Types::Issuer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sign_key ⇒ ::String
Returns the value of attribute sign_key.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
642 643 644 |
# File 'sig/types.rbs', line 642 def name @name end |
#sign_key ⇒ ::String
Returns the value of attribute sign_key.
643 644 645 |
# File 'sig/types.rbs', line 643 def sign_key @sign_key end |