Class: Aws::Types::CancelCapacityReservationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_cancellation_charges"commitment-wind-down"

Returns the value of attribute apply_cancellation_charges.

Returns:

  • ("commitment-wind-down")


1256
1257
1258
# File 'sig/types.rbs', line 1256

def apply_cancellation_charges
  @apply_cancellation_charges
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def capacity_reservation_id
  @capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def dry_run
  @dry_run
end

#quote_id::String

Returns the value of attribute quote_id.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def quote_id
  @quote_id
end