Class: Aws::Types::CancelledChangeProperty
- Inherits:
-
Object
- Object
- Aws::Types::CancelledChangeProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_value ⇒ ::String
Returns the value of attribute active_value.
-
#cancelled_value ⇒ ::String
Returns the value of attribute cancelled_value.
-
#property_name ⇒ ::String
Returns the value of attribute property_name.
Instance Attribute Details
#active_value ⇒ ::String
Returns the value of attribute active_value.
331 332 333 |
# File 'sig/types.rbs', line 331 def active_value @active_value end |
#cancelled_value ⇒ ::String
Returns the value of attribute cancelled_value.
330 331 332 |
# File 'sig/types.rbs', line 330 def cancelled_value @cancelled_value end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def property_name @property_name end |