Class: Aws::Types::IngressStringToEvaluate
- Inherits:
-
Object
- Object
- Aws::Types::IngressStringToEvaluate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Analysis, Attribute, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ Types::IngressAnalysis
Returns the value of attribute analysis.
-
#attribute ⇒ "RECIPIENT"
Returns the value of attribute attribute.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::IngressAnalysis
Returns the value of attribute analysis.
765 766 767 |
# File 'sig/types.rbs', line 765 def analysis @analysis end |
#attribute ⇒ "RECIPIENT"
Returns the value of attribute attribute.
764 765 766 |
# File 'sig/types.rbs', line 764 def attribute @attribute end |
#unknown ⇒ Object
Returns the value of attribute unknown.
766 767 768 |
# File 'sig/types.rbs', line 766 def unknown @unknown end |