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

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

Overview

Describes an instance running on a Dedicated Host.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of instance that is running on the Dedicated Host.

Returns:

  • (String)


36801
36802
36803
36804
36805
36806
36807
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36801

class HostInstance < Struct.new(
  :instance_id,
  :instance_type,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

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

Returns:

  • (String)


36801
36802
36803
36804
36805
36806
36807
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36801

class HostInstance < Struct.new(
  :instance_id,
  :instance_type,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the instance.

Returns:

  • (String)


36801
36802
36803
36804
36805
36806
36807
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36801

class HostInstance < Struct.new(
  :instance_id,
  :instance_type,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end