Class: Aws::EC2::Types::AllocateHostsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AllocateHostsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of AllocateHosts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_ids ⇒ Array<String>
The ID of the allocated Dedicated Host.
Instance Attribute Details
#host_ids ⇒ Array<String>
The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-ec2/types.rb', line 1199 class AllocateHostsResult < Struct.new( :host_ids) SENSITIVE = [] include Aws::Structure end |