Class: Aws::Types::IngressBooleanToEvaluate
- Inherits:
-
Object
- Object
- Aws::Types::IngressBooleanToEvaluate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Analysis, IsInAddressList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ Types::IngressAnalysis
Returns the value of attribute analysis.
-
#is_in_address_list ⇒ Types::IngressIsInAddressList
Returns the value of attribute is_in_address_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::IngressAnalysis
Returns the value of attribute analysis.
661 662 663 |
# File 'sig/types.rbs', line 661 def analysis @analysis end |
#is_in_address_list ⇒ Types::IngressIsInAddressList
Returns the value of attribute is_in_address_list.
662 663 664 |
# File 'sig/types.rbs', line 662 def is_in_address_list @is_in_address_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
663 664 665 |
# File 'sig/types.rbs', line 663 def unknown @unknown end |