Class: Aws::Types::ReEncryptDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cipher_text])

Instance Attribute Summary collapse

Instance Attribute Details

#cipher_text::String

Returns the value of attribute cipher_text.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def cipher_text
  @cipher_text
end

#incoming_encryption_attributesTypes::ReEncryptionAttributes

Returns the value of attribute incoming_encryption_attributes.



643
644
645
# File 'sig/types.rbs', line 643

def incoming_encryption_attributes
  @incoming_encryption_attributes
end

#incoming_key_identifier::String

Returns the value of attribute incoming_key_identifier.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def incoming_key_identifier
  @incoming_key_identifier
end

#incoming_wrapped_keyTypes::WrappedKey

Returns the value of attribute incoming_wrapped_key.

Returns:



645
646
647
# File 'sig/types.rbs', line 645

def incoming_wrapped_key
  @incoming_wrapped_key
end

#outgoing_encryption_attributesTypes::ReEncryptionAttributes

Returns the value of attribute outgoing_encryption_attributes.



644
645
646
# File 'sig/types.rbs', line 644

def outgoing_encryption_attributes
  @outgoing_encryption_attributes
end

#outgoing_key_identifier::String

Returns the value of attribute outgoing_key_identifier.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def outgoing_key_identifier
  @outgoing_key_identifier
end

#outgoing_wrapped_keyTypes::WrappedKey

Returns the value of attribute outgoing_wrapped_key.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def outgoing_wrapped_key
  @outgoing_wrapped_key
end