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)


15183
15184
15185
# File 'sig/types.rbs', line 15183

def client_token
  @client_token
end

#destination_capacity_reservation_id::String

Returns the value of attribute destination_capacity_reservation_id.

Returns:

  • (::String)


15185
15186
15187
# File 'sig/types.rbs', line 15185

def destination_capacity_reservation_id
  @destination_capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15182
15183
15184
# File 'sig/types.rbs', line 15182

def dry_run
  @dry_run
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


15186
15187
15188
# File 'sig/types.rbs', line 15186

def instance_count
  @instance_count
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


15184
15185
15186
# File 'sig/types.rbs', line 15184

def source_capacity_reservation_id
  @source_capacity_reservation_id
end