Class: Aws::MailManager::Types::IngressIpToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressIpToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
IngressIpToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
IngressIpToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of IngressIpToEvaluate corresponding to the set member.
The structure for an IP based condition matching on the incoming mail.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
An enum type representing the allowed attribute types for an IP condition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
An enum type representing the allowed attribute types for an IP condition.
1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1663 class IngressIpToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < IngressIpToEvaluate; end class Unknown < IngressIpToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1663 1664 1665 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1663 def unknown @unknown end |