ListHostsOutput

public struct ListHostsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of hosts and the details for each host, such as status, endpoint, and provider type.

    Declaration

    Swift

    public let hosts: [Host]?
  • A token that can be used in the next ListHosts call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(hosts: [Host]? = nil, nextToken: String? = nil)