Class: Aws::XRay::Types::PutEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::PutEncryptionConfigResult
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_config ⇒ Types::EncryptionConfig
The new encryption configuration.
Instance Attribute Details
#encryption_config ⇒ Types::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 |