Class: Aws::XRay::Types::PutEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::PutEncryptionConfigResult
- Includes:
- Structure
- Defined in:
- 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.
1991 1992 1993 1994 1995 |
# File 'lib/aws-sdk-xray/types.rb', line 1991 class PutEncryptionConfigResult < Struct.new( :encryption_config) SENSITIVE = [] include Aws::Structure end |