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])


187
188
189
# File 'sig/types.rbs', line 187

def cancelled_change_ids
  @cancelled_change_ids
end

#cancelled_change_properties::Array[Types::CancelledChangeProperty]

Returns the value of attribute cancelled_change_properties.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def cancelled_change_properties
  @cancelled_change_properties
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


186
187
188
# File 'sig/types.rbs', line 186

def dry_run
  @dry_run
end