AllocateHostsResult

public struct AllocateHostsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

    Declaration

    Swift

    public let hostIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(hostIds: [String]? = nil)