Class: Aws::MediaConnect::Types::TlsEncryption

Inherits:
Struct
  • Object
show all
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

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.

Returns:

  • (String)


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