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


1101
1102
1103
1104
1105
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1101

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