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.
1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1677 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
1677 1678 1679 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1677 def unknown @unknown end |