You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::HostInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HostInstance
- Defined in:
- (unknown)
Overview
Describes an instance running on a Dedicated Host.
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of instance that is running on the Dedicated Host.
-
#instance_type ⇒ String
The instance type (for example,
m3.medium
) of the running instance. -
#owner_id ⇒ String
The ID of the AWS account that owns the instance.
Instance Attribute Details
#instance_id ⇒ String
The ID of instance that is running on the Dedicated Host.
#instance_type ⇒ String
The instance type (for example, m3.medium
) of the running instance.
#owner_id ⇒ String
The ID of the AWS account that owns the instance.