Class: Aws::MailManager::Types::IngressIpv6Expression

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 IPv6 condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::IngressIpv6ToEvaluate

The left hand side argument of an IPv6 condition expression.



2269
2270
2271
2272
2273
2274
2275
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2269

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

#operatorString

The matching operator for an IPv6 condition expression.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2269

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

#valuesArray<String>

The right hand side argument of an IPv6 condition expression.

Returns:

  • (Array<String>)


2269
2270
2271
2272
2273
2274
2275
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2269

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