Class: Aws::EC2::Types::HostInstance

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

Overview

Describes an instance running on a Dedicated Host.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

the IDs of instances that are running on the Dedicated Host.

Returns:

  • (String)


20517
20518
20519
20520
20521
# File 'lib/aws-sdk-ec2/types.rb', line 20517

class HostInstance < Struct.new(
  :instance_id,
  :instance_type)
  include Aws::Structure
end

#instance_typeString

The instance type size (for example, ‘m3.medium`) of the running instance.

Returns:

  • (String)


20517
20518
20519
20520
20521
# File 'lib/aws-sdk-ec2/types.rb', line 20517

class HostInstance < Struct.new(
  :instance_id,
  :instance_type)
  include Aws::Structure
end