Class: Aws::Types::DeliveryStreamEncryptionConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def key_arn
  @key_arn
end

#key_type"AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"

Returns the value of attribute key_type.

Returns:

  • ("AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK")


301
302
303
# File 'sig/types.rbs', line 301

def key_type
  @key_type
end