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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def property_name
  @property_name
end