Class: Aws::Types::CancelDomainConfigChangeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancelled_change_ids::Array[::String]

Returns the value of attribute cancelled_change_ids.

Returns:

  • (::Array[::String])


312
313
314
# File 'sig/types.rbs', line 312

def cancelled_change_ids
  @cancelled_change_ids
end

#cancelled_change_properties::Array[Types::CancelledChangeProperty]

Returns the value of attribute cancelled_change_properties.

Returns:



313
314
315
# File 'sig/types.rbs', line 313

def cancelled_change_properties
  @cancelled_change_properties
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


314
315
316
# File 'sig/types.rbs', line 314

def dry_run
  @dry_run
end