Class: Aws::Types::DescribeCapacityBlockOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityBlockOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_availability_zones ⇒ Boolean
Returns the value of attribute all_availability_zones.
-
#capacity_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_duration_hours.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_date_range ⇒ ::Time
Returns the value of attribute end_date_range.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_date_range ⇒ ::Time
Returns the value of attribute start_date_range.
-
#ultraserver_count ⇒ ::Integer
Returns the value of attribute ultraserver_count.
-
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
Instance Attribute Details
#all_availability_zones ⇒ Boolean
Returns the value of attribute all_availability_zones.
5268 5269 5270 |
# File 'sig/types.rbs', line 5268 def all_availability_zones @all_availability_zones end |
#capacity_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_duration_hours.
5263 5264 5265 |
# File 'sig/types.rbs', line 5263 def capacity_duration_hours @capacity_duration_hours end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5258 5259 5260 |
# File 'sig/types.rbs', line 5258 def dry_run @dry_run end |
#end_date_range ⇒ ::Time
Returns the value of attribute end_date_range.
5262 5263 5264 |
# File 'sig/types.rbs', line 5262 def end_date_range @end_date_range end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
5260 5261 5262 |
# File 'sig/types.rbs', line 5260 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
5259 5260 5261 |
# File 'sig/types.rbs', line 5259 def instance_type @instance_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5265 5266 5267 |
# File 'sig/types.rbs', line 5265 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5264 5265 5266 |
# File 'sig/types.rbs', line 5264 def next_token @next_token end |
#start_date_range ⇒ ::Time
Returns the value of attribute start_date_range.
5261 5262 5263 |
# File 'sig/types.rbs', line 5261 def start_date_range @start_date_range end |
#ultraserver_count ⇒ ::Integer
Returns the value of attribute ultraserver_count.
5267 5268 5269 |
# File 'sig/types.rbs', line 5267 def ultraserver_count @ultraserver_count end |
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
5266 5267 5268 |
# File 'sig/types.rbs', line 5266 def ultraserver_type @ultraserver_type end |