Class: Aws::MailManager::Types::IngressIpv4Expression

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

Instance Attribute Details

#evaluateTypes::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

#operatorString

The matching operator for an IP condition expression.

Returns:

  • (String)


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

#valuesArray<String>

The right hand side argument of an IP condition expression.

Returns:

  • (Array<String>)


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