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.



2281
2282
2283
2284
2285
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2281

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