Class: Aws::XRay::Types::GetEncryptionConfigResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configTypes::EncryptionConfig

The encryption configuration document.



624
625
626
627
# File 'lib/aws-sdk-xray/types.rb', line 624

class GetEncryptionConfigResult < Struct.new(
  :encryption_config)
  include Aws::Structure
end