Class: Aws::Types::EncryptionConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_status ⇒ "UPDATING", ...

Returns the value of attribute encryption_status.

Returns:

  • ("UPDATING", "ENABLED", "UPDATE_FAILED")


561
562
563
# File 'sig/types.rbs', line 561

def encryption_status
  @encryption_status
end

#encryption_status_reason ⇒ ::String

Returns the value of attribute encryption_status_reason.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def encryption_status_reason
  @encryption_status_reason
end

#key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"

Returns the value of attribute key_type.

Returns:

  • ("AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY")


559
560
561
# File 'sig/types.rbs', line 559

def key_type
  @key_type
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def kms_key_arn
  @kms_key_arn
end