Class: Aws::Types::AllocateHostsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllocateHostsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_ids ⇒ ::Array[::String]
Returns the value of attribute asset_ids.
-
#auto_placement ⇒ "on", "off"
Returns the value of attribute auto_placement.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cpu_options ⇒ Types::HostCpuOptionsRequest
Returns the value of attribute cpu_options.
-
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
-
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#asset_ids ⇒ ::Array[::String]
Returns the value of attribute asset_ids.
331 332 333 |
# File 'sig/types.rbs', line 331 def asset_ids @asset_ids end |
#auto_placement ⇒ "on", "off"
Returns the value of attribute auto_placement.
334 335 336 |
# File 'sig/types.rbs', line 334 def auto_placement @auto_placement end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
338 339 340 |
# File 'sig/types.rbs', line 338 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
332 333 334 |
# File 'sig/types.rbs', line 332 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
335 336 337 |
# File 'sig/types.rbs', line 335 def client_token @client_token end |
#cpu_options ⇒ Types::HostCpuOptionsRequest
Returns the value of attribute cpu_options.
333 334 335 |
# File 'sig/types.rbs', line 333 def @cpu_options end |
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
330 331 332 |
# File 'sig/types.rbs', line 330 def host_maintenance @host_maintenance end |
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
328 329 330 |
# File 'sig/types.rbs', line 328 def host_recovery @host_recovery end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
326 327 328 |
# File 'sig/types.rbs', line 326 def instance_family @instance_family end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
336 337 338 |
# File 'sig/types.rbs', line 336 def instance_type @instance_type end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
329 330 331 |
# File 'sig/types.rbs', line 329 def outpost_arn @outpost_arn end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
337 338 339 |
# File 'sig/types.rbs', line 337 def quantity @quantity end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
327 328 329 |
# File 'sig/types.rbs', line 327 def tag_specifications @tag_specifications end |