HostInstance

public struct HostInstance : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of instance that is running on the Dedicated Host.

    Declaration

    Swift

    public let instanceId: String?
  • The instance type (for example, m3.medium) of the running instance.

    Declaration

    Swift

    public let instanceType: String?
  • The ID of the AWS account that owns the instance.

    Declaration

    Swift

    public let ownerId: String?
  • Undocumented

    Declaration

    Swift

    public init(instanceId: String? = nil, instanceType: String? = nil, ownerId: String? = nil)