Class: Aws::Types::UpdateEncryptionConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"

Returns the value of attribute encryption_type.

Returns:

  • ("CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY")


5173
5174
5175
# File 'sig/types.rbs', line 5173

def encryption_type
  @encryption_type
end

#kms_access_role_arn::String

Returns the value of attribute kms_access_role_arn.

Returns:

  • (::String)


5175
5176
5177
# File 'sig/types.rbs', line 5175

def kms_access_role_arn
  @kms_access_role_arn
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


5174
5175
5176
# File 'sig/types.rbs', line 5174

def kms_key_arn
  @kms_key_arn
end