Class: Aws::Types::DisassociateCapacityReservationBillingOwnerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


8333
8334
8335
# File 'sig/types.rbs', line 8333

def capacity_reservation_id
  @capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8332
8333
8334
# File 'sig/types.rbs', line 8332

def dry_run
  @dry_run
end

#unused_reservation_billing_owner_id::String

Returns the value of attribute unused_reservation_billing_owner_id.

Returns:

  • (::String)


8334
8335
8336
# File 'sig/types.rbs', line 8334

def unused_reservation_billing_owner_id
  @unused_reservation_billing_owner_id
end