Method: Aws::XRay::Types::EncryptionConfig#status

Defined in:
lib/aws-sdk-xray/types.rb

#statusString

The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

Returns:

  • (String)


488
489
490
491
492
493
494
# File 'lib/aws-sdk-xray/types.rb', line 488

class EncryptionConfig < Struct.new(
  :key_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end