Class: Aws::MailManager::Types::IngressBooleanToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressBooleanToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
IngressBooleanToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
IngressBooleanToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of IngressBooleanToEvaluate corresponding to the set member.
The union type representing the allowed types of operands for a boolean condition.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis ⇒ Types::IngressAnalysis
The structure type for a boolean condition stating the Add On ARN and its returned value.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::IngressAnalysis
The structure type for a boolean condition stating the Add On ARN and its returned value.
1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1639 class IngressBooleanToEvaluate < Struct.new( :analysis, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Analysis < IngressBooleanToEvaluate; end class Unknown < IngressBooleanToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1639 1640 1641 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1639 def unknown @unknown end |