Class: Aws::MailManager::Types::IngressTlsProtocolExpression

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The structure for a TLS related condition matching on the incoming mail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::IngressTlsProtocolToEvaluate

The left hand side argument of a TLS condition expression.



1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1841

class IngressTlsProtocolExpression < Struct.new(
  :evaluate,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The matching operator for a TLS condition expression.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1841

class IngressTlsProtocolExpression < Struct.new(
  :evaluate,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The right hand side argument of a TLS condition expression.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1841

class IngressTlsProtocolExpression < Struct.new(
  :evaluate,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end