Class: Aws::MailManager::Types::RuleIpToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleIpToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
RuleIpToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
RuleIpToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleIpToEvaluate corresponding to the set member.
The IP address to evaluate for this condition.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The attribute of the email to evaluate.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
The attribute of the email to evaluate.
3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3002 class RuleIpToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleIpToEvaluate; end class Unknown < RuleIpToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
3002 3003 3004 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3002 def unknown @unknown end |