Class: Aws::Types::DecryptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blob::String

Returns the value of attribute ciphertext_blob.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def ciphertext_blob
  @ciphertext_blob
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


179
180
181
# File 'sig/types.rbs', line 179

def dry_run
  @dry_run
end

#dry_run_modifiers::Array[("IGNORE_CIPHERTEXT")]

Returns the value of attribute dry_run_modifiers.

Returns:

  • (::Array[("IGNORE_CIPHERTEXT")])


180
181
182
# File 'sig/types.rbs', line 180

def dry_run_modifiers
  @dry_run_modifiers
end

#encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute encryption_algorithm.

Returns:

  • ("SYMMETRIC_DEFAULT", "RSAES_OAEP_SHA_1", "RSAES_OAEP_SHA_256", "SM2PKE")


177
178
179
# File 'sig/types.rbs', line 177

def encryption_algorithm
  @encryption_algorithm
end

#encryption_context::Hash[::String, ::String]

Returns the value of attribute encryption_context.

Returns:

  • (::Hash[::String, ::String])


174
175
176
# File 'sig/types.rbs', line 174

def encryption_context
  @encryption_context
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


175
176
177
# File 'sig/types.rbs', line 175

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def key_id
  @key_id
end

#recipientTypes::RecipientInfo

Returns the value of attribute recipient.



178
179
180
# File 'sig/types.rbs', line 178

def recipient
  @recipient
end