Class: Aws::Types::ExportEncryptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


2997
2998
2999
# File 'sig/types.rbs', line 2997

def kms_key_arn
  @kms_key_arn
end

#sse_algorithm::String

Returns the value of attribute sse_algorithm.

Returns:

  • (::String)


2996
2997
2998
# File 'sig/types.rbs', line 2996

def sse_algorithm
  @sse_algorithm
end