Class: Aws::Types::DeploymentConditionalField
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentConditionalField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparator ⇒ ::String
Returns the value of attribute comparator.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparator ⇒ ::String
Returns the value of attribute comparator.
59 60 61 |
# File 'sig/types.rbs', line 59 def comparator @comparator end |
#name ⇒ ::String
Returns the value of attribute name.
57 58 59 |
# File 'sig/types.rbs', line 57 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
58 59 60 |
# File 'sig/types.rbs', line 58 def value @value end |