Class: Aws::Types::SignRequest
- Inherits:
-
Object
- Object
- Aws::Types::SignRequest
- 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.
-
#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.
907 908 909 |
# File 'sig/types.rbs', line 907 def dry_run @dry_run end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
905 906 907 |
# File 'sig/types.rbs', line 905 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
902 903 904 |
# File 'sig/types.rbs', line 902 def key_id @key_id end |
#message ⇒ ::String
Returns the value of attribute message.
903 904 905 |
# File 'sig/types.rbs', line 903 def end |
#message_type ⇒ "RAW", ...
Returns the value of attribute message_type.
904 905 906 |
# File 'sig/types.rbs', line 904 def end |
#signing_algorithm ⇒ "RSASSA_PSS_SHA_256", ...
Returns the value of attribute signing_algorithm.
906 907 908 |
# File 'sig/types.rbs', line 906 def signing_algorithm @signing_algorithm end |