Class: Aws::MailManager::Types::IngressIpv4Expression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressIpv4Expression
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The union type representing the allowed types for the left hand side of an IP condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::IngressIpToEvaluate
The left hand side argument of an IP condition expression.
-
#operator ⇒ String
The matching operator for an IP condition expression.
-
#values ⇒ Array<String>
The right hand side argument of an IP condition expression.
Instance Attribute Details
#evaluate ⇒ Types::IngressIpToEvaluate
The left hand side argument of an IP condition expression.
1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1729 class IngressIpv4Expression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The matching operator for an IP condition expression.
1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1729 class IngressIpv4Expression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The right hand side argument of an IP condition expression.
1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1729 class IngressIpv4Expression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |