ListHostsInput
public struct ListHostsInput : AWSShape
extension CodeStarconnections.ListHostsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
Declaration
Swift
public let maxResults: Int?
-
The token that was returned from the previous ListHosts call, which can be used to return the next set of hosts in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeStarconnections.ListHostsInput