Class: Aws::Types::ModifyCapacityReservationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptBoolean

Returns the value of attribute accept.

Returns:

  • (Boolean)


13553
13554
13555
# File 'sig/types.rbs', line 13553

def accept
  @accept
end

#additional_info::String

Returns the value of attribute additional_info.

Returns:

  • (::String)


13555
13556
13557
# File 'sig/types.rbs', line 13555

def additional_info
  @additional_info
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


13549
13550
13551
# File 'sig/types.rbs', line 13549

def capacity_reservation_id
  @capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13554
13555
13556
# File 'sig/types.rbs', line 13554

def dry_run
  @dry_run
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


13551
13552
13553
# File 'sig/types.rbs', line 13551

def end_date
  @end_date
end

#end_date_type"unlimited", "limited"

Returns the value of attribute end_date_type.

Returns:

  • ("unlimited", "limited")


13552
13553
13554
# File 'sig/types.rbs', line 13552

def end_date_type
  @end_date_type
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


13550
13551
13552
# File 'sig/types.rbs', line 13550

def instance_count
  @instance_count
end

#instance_match_criteria"open", "targeted"

Returns the value of attribute instance_match_criteria.

Returns:

  • ("open", "targeted")


13556
13557
13558
# File 'sig/types.rbs', line 13556

def instance_match_criteria
  @instance_match_criteria
end