Class: Aws::Types::CancelledChangeProperty

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_value::String

Returns the value of attribute active_value.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def property_name
  @property_name
end