Class: Aws::Types::MoveCapacityReservationInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14844
14845
14846
# File 'sig/types.rbs', line 14844

def client_token
  @client_token
end

#destination_capacity_reservation_id::String

Returns the value of attribute destination_capacity_reservation_id.

Returns:

  • (::String)


14846
14847
14848
# File 'sig/types.rbs', line 14846

def destination_capacity_reservation_id
  @destination_capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14843
14844
14845
# File 'sig/types.rbs', line 14843

def dry_run
  @dry_run
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


14847
14848
14849
# File 'sig/types.rbs', line 14847

def instance_count
  @instance_count
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


14845
14846
14847
# File 'sig/types.rbs', line 14845

def source_capacity_reservation_id
  @source_capacity_reservation_id
end