Class: Aws::Types::ReEncryptRequest

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)


802
803
804
# File 'sig/types.rbs', line 802

def ciphertext_blob
  @ciphertext_blob
end

#destination_encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute destination_encryption_algorithm.

Returns:

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


808
809
810
# File 'sig/types.rbs', line 808

def destination_encryption_algorithm
  @destination_encryption_algorithm
end

#destination_encryption_context::Hash[::String, ::String]

Returns the value of attribute destination_encryption_context.

Returns:

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


806
807
808
# File 'sig/types.rbs', line 806

def destination_encryption_context
  @destination_encryption_context
end

#destination_key_id::String

Returns the value of attribute destination_key_id.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def destination_key_id
  @destination_key_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


810
811
812
# File 'sig/types.rbs', line 810

def dry_run
  @dry_run
end

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

Returns the value of attribute dry_run_modifiers.

Returns:

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


811
812
813
# File 'sig/types.rbs', line 811

def dry_run_modifiers
  @dry_run_modifiers
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


809
810
811
# File 'sig/types.rbs', line 809

def grant_tokens
  @grant_tokens
end

#source_encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute source_encryption_algorithm.

Returns:

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


807
808
809
# File 'sig/types.rbs', line 807

def source_encryption_algorithm
  @source_encryption_algorithm
end

#source_encryption_context::Hash[::String, ::String]

Returns the value of attribute source_encryption_context.

Returns:

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


803
804
805
# File 'sig/types.rbs', line 803

def source_encryption_context
  @source_encryption_context
end

#source_key_id::String

Returns the value of attribute source_key_id.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def source_key_id
  @source_key_id
end