Class: Aws::MediaConnect::Types::TlsEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::TlsEncryption
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The Transport Layer Security (TLS) encryption settings used to establish a secure connection to a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::TlsEncryptionConfiguration
The configuration settings for the specified TLS encryption type.
-
#encryption_type ⇒ String
The type of TLS encryption to use for the connection.
Instance Attribute Details
#encryption_configuration ⇒ Types::TlsEncryptionConfiguration
The configuration settings for the specified TLS encryption type.
8295 8296 8297 8298 8299 8300 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8295 class TlsEncryption < Struct.new( :encryption_type, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#encryption_type ⇒ String
The type of TLS encryption to use for the connection.
8295 8296 8297 8298 8299 8300 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8295 class TlsEncryption < Struct.new( :encryption_type, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |