Class: Aws::Types::ComponentConditionProperty
- Inherits:
-
Object
- Object
- Aws::Types::ComponentConditionProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#else ⇒ Types::ComponentProperty
Returns the value of attribute else.
-
#field ⇒ ::String
Returns the value of attribute field.
-
#operand ⇒ ::String
Returns the value of attribute operand.
-
#operand_type ⇒ ::String
Returns the value of attribute operand_type.
-
#operator ⇒ ::String
Returns the value of attribute operator.
-
#property ⇒ ::String
Returns the value of attribute property.
-
#then ⇒ Types::ComponentProperty
Returns the value of attribute then.
Instance Attribute Details
#else ⇒ Types::ComponentProperty
Returns the value of attribute else.
202 203 204 |
# File 'sig/types.rbs', line 202 def else @else end |
#field ⇒ ::String
Returns the value of attribute field.
198 199 200 |
# File 'sig/types.rbs', line 198 def field @field end |
#operand ⇒ ::String
Returns the value of attribute operand.
200 201 202 |
# File 'sig/types.rbs', line 200 def operand @operand end |
#operand_type ⇒ ::String
Returns the value of attribute operand_type.
203 204 205 |
# File 'sig/types.rbs', line 203 def operand_type @operand_type end |
#operator ⇒ ::String
Returns the value of attribute operator.
199 200 201 |
# File 'sig/types.rbs', line 199 def operator @operator end |
#property ⇒ ::String
Returns the value of attribute property.
197 198 199 |
# File 'sig/types.rbs', line 197 def property @property end |
#then ⇒ Types::ComponentProperty
Returns the value of attribute then.
201 202 203 |
# File 'sig/types.rbs', line 201 def then @then end |