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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configTypes::EncryptionConfig

The new encryption configuration.



1991
1992
1993
1994
1995
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1991

class PutEncryptionConfigResult < Struct.new(
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end