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.



1170
1171
1172
1173
# File 'lib/aws-sdk-xray/types.rb', line 1170

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