Class: Aws::EC2::Types::Host

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

Overview

Describes the properties of the Dedicated Host.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_placementString

Whether auto-placement is on or off.

Returns:

  • (String)


13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#availability_zoneString

The Availability Zone of the Dedicated Host.

Returns:

  • (String)


13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#available_capacityTypes::AvailableCapacity

The number of new instances that can be launched onto the Dedicated Host.



13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see [How to Ensure Idempotency] in the *Amazon Elastic Compute Cloud User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html

Returns:

  • (String)


13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#host_idString

The ID of the Dedicated Host.

Returns:

  • (String)


13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#host_propertiesTypes::HostProperties

The hardware specifications of the Dedicated Host.



13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#host_reservation_idString

The reservation ID of the Dedicated Host. This returns a ‘null` response if the Dedicated Host doesn’t have an associated reservation.

Returns:

  • (String)


13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#instancesArray<Types::HostInstance>

The IDs and instance type that are currently running on the Dedicated Host.

Returns:



13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end

#stateString

The Dedicated Host’s state.

Returns:

  • (String)


13348
13349
13350
13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-ec2/types.rb', line 13348

class Host < Struct.new(
  :auto_placement,
  :availability_zone,
  :available_capacity,
  :client_token,
  :host_id,
  :host_properties,
  :host_reservation_id,
  :instances,
  :state)
  include Aws::Structure
end