Class: Aws::EC2::Types::AllocateHostsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of AllocateHosts.

Instance Attribute Summary collapse

Instance Attribute Details

#host_idsArray<String>

The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

Returns:

  • (Array<String>)


503
504
505
506
# File 'lib/aws-sdk-ec2/types.rb', line 503

class AllocateHostsResult < Struct.new(
  :host_ids)
  include Aws::Structure
end