Class: Aws::Types::CancelCapacityReservationFleetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_fleet_ids::Array[::String]

Returns the value of attribute capacity_reservation_fleet_ids.

Returns:

  • (::Array[::String])


1243
1244
1245
# File 'sig/types.rbs', line 1243

def capacity_reservation_fleet_ids
  @capacity_reservation_fleet_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def dry_run
  @dry_run
end