Class: Aws::Types::VerifyRequest
- Inherits:
-
Object
- Object
- Aws::Types::VerifyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#message_type ⇒ "RAW", ...
Returns the value of attribute message_type.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#signing_algorithm ⇒ "RSASSA_PSS_SHA_256", ...
Returns the value of attribute signing_algorithm.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def dry_run @dry_run end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def key_id @key_id end |
#message ⇒ ::String
Returns the value of attribute message.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def @message end |
#message_type ⇒ "RAW", ...
Returns the value of attribute message_type.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def @message_type end |
#signature ⇒ ::String
Returns the value of attribute signature.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def signature @signature end |
#signing_algorithm ⇒ "RSASSA_PSS_SHA_256", ...
Returns the value of attribute signing_algorithm.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def signing_algorithm @signing_algorithm end |