Class: Aws::Types::VerifyResponse
- Inherits:
-
Object
- Object
- Aws::Types::VerifyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#signature_valid ⇒ Boolean
Returns the value of attribute signature_valid.
-
#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.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def key_id @key_id end |
#signature_valid ⇒ Boolean
Returns the value of attribute signature_valid.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def signature_valid @signature_valid end |
#signing_algorithm ⇒ "RSASSA_PSS_SHA_256", ...
Returns the value of attribute signing_algorithm.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def signing_algorithm @signing_algorithm end |