Class: Aws::Types::ModifyInstanceCapacityReservationAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_specificationTypes::CapacityReservationSpecification

Returns the value of attribute capacity_reservation_specification.



13723
13724
13725
# File 'sig/types.rbs', line 13723

def capacity_reservation_specification
  @capacity_reservation_specification
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13724
13725
13726
# File 'sig/types.rbs', line 13724

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13722
13723
13724
# File 'sig/types.rbs', line 13722

def instance_id
  @instance_id
end