Class: Aws::MailManager::Types::IngressTlsProtocolExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressTlsProtocolExpression
- 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
-
#evaluate ⇒ Types::IngressTlsProtocolToEvaluate
The left hand side argument of a TLS condition expression.
-
#operator ⇒ String
The matching operator for a TLS condition expression.
-
#value ⇒ String
The right hand side argument of a TLS condition expression.
Instance Attribute Details
#evaluate ⇒ Types::IngressTlsProtocolToEvaluate
The left hand side argument of a TLS condition expression.
1914 1915 1916 1917 1918 1919 1920 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1914 class IngressTlsProtocolExpression < Struct.new( :evaluate, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The matching operator for a TLS condition expression.
1914 1915 1916 1917 1918 1919 1920 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1914 class IngressTlsProtocolExpression < Struct.new( :evaluate, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The right hand side argument of a TLS condition expression.
1914 1915 1916 1917 1918 1919 1920 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1914 class IngressTlsProtocolExpression < Struct.new( :evaluate, :operator, :value) SENSITIVE = [] include Aws::Structure end |