Class: Aws::Types::EncryptionContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"

Returns the value of attribute encryption_type.

Returns:

  • ("AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY")


150
151
152
# File 'sig/types.rbs', line 150

def encryption_type
  @encryption_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def kms_key_arn
  @kms_key_arn
end