Class: Aws::XRay::Types::GetEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetEncryptionConfigResult
- 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 encryption configuration document.
Instance Attribute Details
#encryption_config ⇒ Types::EncryptionConfig
The encryption configuration document.
734 735 736 737 738 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 734 class GetEncryptionConfigResult < Struct.new( :encryption_config) SENSITIVE = [] include Aws::Structure end |