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.
205 206 207 |
# File 'sig/types.rbs', line 205 def active_value @active_value end |
#cancelled_value ⇒ ::String
Returns the value of attribute cancelled_value.
204 205 206 |
# File 'sig/types.rbs', line 204 def cancelled_value @cancelled_value end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def property_name @property_name end |