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

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

Overview

Contains the output of AllocateHosts.

Constant Summary collapse

SENSITIVE =
[]

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>)


1109
1110
1111
1112
1113
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1109

class AllocateHostsResult < Struct.new(
  :host_ids)
  SENSITIVE = []
  include Aws::Structure
end