Class: Aws::Types::SignResponse
- Inherits:
-
Object
- Object
- Aws::Types::SignResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#signing_algorithm ⇒ "RSASSA_PSS_SHA_256", ...
Returns the value of attribute signing_algorithm.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
912 913 914 |
# File 'sig/types.rbs', line 912 def key_id @key_id end |
#signature ⇒ ::String
Returns the value of attribute signature.
913 914 915 |
# File 'sig/types.rbs', line 913 def signature @signature end |
#signing_algorithm ⇒ "RSASSA_PSS_SHA_256", ...
Returns the value of attribute signing_algorithm.
914 915 916 |
# File 'sig/types.rbs', line 914 def signing_algorithm @signing_algorithm end |