Class: Aws::Types::ModifyCapacityReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCapacityReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ Boolean
Returns the value of attribute accept.
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#end_date_type ⇒ "unlimited", "limited"
Returns the value of attribute end_date_type.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_match_criteria ⇒ "open", "targeted"
Returns the value of attribute instance_match_criteria.
Instance Attribute Details
#accept ⇒ Boolean
Returns the value of attribute accept.
13256 13257 13258 |
# File 'sig/types.rbs', line 13256 def accept @accept end |
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
13258 13259 13260 |
# File 'sig/types.rbs', line 13258 def additional_info @additional_info end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
13252 13253 13254 |
# File 'sig/types.rbs', line 13252 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13257 13258 13259 |
# File 'sig/types.rbs', line 13257 def dry_run @dry_run end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
13254 13255 13256 |
# File 'sig/types.rbs', line 13254 def end_date @end_date end |
#end_date_type ⇒ "unlimited", "limited"
Returns the value of attribute end_date_type.
13255 13256 13257 |
# File 'sig/types.rbs', line 13255 def end_date_type @end_date_type end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
13253 13254 13255 |
# File 'sig/types.rbs', line 13253 def instance_count @instance_count end |
#instance_match_criteria ⇒ "open", "targeted"
Returns the value of attribute instance_match_criteria.
13259 13260 13261 |
# File 'sig/types.rbs', line 13259 def instance_match_criteria @instance_match_criteria end |