Class: Aws::Types::SignRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:



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.

Returns:



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.

Returns:



902
903
904
# File 'sig/types.rbs', line 902

def key_id
  @key_id
end

#message::String

Returns the value of attribute message.

Returns:



903
904
905
# File 'sig/types.rbs', line 903

def message
  @message
end

#message_type"RAW", ...

Returns the value of attribute message_type.

Returns:



904
905
906
# File 'sig/types.rbs', line 904

def message_type
  @message_type
end

#signing_algorithm"RSASSA_PSS_SHA_256", ...

Returns the value of attribute signing_algorithm.

Returns:



906
907
908
# File 'sig/types.rbs', line 906

def signing_algorithm
  @signing_algorithm
end