Class: Aws::Types::RuleBooleanToEvaluate
- Inherits:
-
Object
- Object
- Aws::Types::RuleBooleanToEvaluate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Analysis, Attribute, IsInAddressList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
-
#attribute ⇒ "READ_RECEIPT_REQUESTED", ...
Returns the value of attribute attribute.
-
#is_in_address_list ⇒ Types::RuleIsInAddressList
Returns the value of attribute is_in_address_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def analysis @analysis end |
#attribute ⇒ "READ_RECEIPT_REQUESTED", ...
Returns the value of attribute attribute.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def attribute @attribute end |
#is_in_address_list ⇒ Types::RuleIsInAddressList
Returns the value of attribute is_in_address_list.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def is_in_address_list @is_in_address_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def unknown @unknown end |