Class: Aws::Types::DeliveryStreamEncryptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#failure_descriptionTypes::FailureDescription

Returns the value of attribute failure_description.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def failure_description
  @failure_description
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def key_arn
  @key_arn
end

#key_type"AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"

Returns the value of attribute key_type.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def key_type
  @key_type
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def status
  @status
end