Class: Aws::Types::ReEncryptResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blob::String

Returns the value of attribute ciphertext_blob.



816
817
818
# File 'sig/types.rbs', line 816

def ciphertext_blob
  @ciphertext_blob
end

#destination_encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute destination_encryption_algorithm.



820
821
822
# File 'sig/types.rbs', line 820

def destination_encryption_algorithm
  @destination_encryption_algorithm
end

#destination_key_material_id::String

Returns the value of attribute destination_key_material_id.



822
823
824
# File 'sig/types.rbs', line 822

def destination_key_material_id
  @destination_key_material_id
end

#key_id::String

Returns the value of attribute key_id.



818
819
820
# File 'sig/types.rbs', line 818

def key_id
  @key_id
end

#source_encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute source_encryption_algorithm.



819
820
821
# File 'sig/types.rbs', line 819

def source_encryption_algorithm
  @source_encryption_algorithm
end

#source_key_id::String

Returns the value of attribute source_key_id.



817
818
819
# File 'sig/types.rbs', line 817

def source_key_id
  @source_key_id
end

#source_key_material_id::String

Returns the value of attribute source_key_material_id.



821
822
823
# File 'sig/types.rbs', line 821

def source_key_material_id
  @source_key_material_id
end