Class: Aws::XRay::Types::PutEncryptionConfigResult

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 new encryption configuration.



1279
1280
1281
1282
# File 'lib/aws-sdk-xray/types.rb', line 1279

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