Class: Aws::Types::SrtCallerDecryptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"AES128", ...

Returns the value of attribute algorithm.

Returns:

  • ("AES128", "AES192", "AES256")


4767
4768
4769
# File 'sig/types.rbs', line 4767

def algorithm
  @algorithm
end

#passphrase_secret_arn::String

Returns the value of attribute passphrase_secret_arn.

Returns:

  • (::String)


4768
4769
4770
# File 'sig/types.rbs', line 4768

def passphrase_secret_arn
  @passphrase_secret_arn
end