Class: Aws::Types::AllocateHostsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_ids::Array[::String]

Returns the value of attribute asset_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("on", "off")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def client_token
  @client_token
end

#cpu_optionsTypes::HostCpuOptionsRequest

Returns the value of attribute cpu_options.



333
334
335
# File 'sig/types.rbs', line 333

def cpu_options
  @cpu_options
end

#host_maintenance"on", "off"

Returns the value of attribute host_maintenance.

Returns:

  • ("on", "off")


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.

Returns:

  • ("on", "off")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def outpost_arn
  @outpost_arn
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


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.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def tag_specifications
  @tag_specifications
end