ListConnectionsInput

public struct ListConnectionsInput : AWSShape
extension CodeStarconnections.ListConnectionsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filters the list of connections to those associated with a specified host.

    Declaration

    Swift

    public let hostArnFilter: String?
  • 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 ListConnections call, which can be used to return the next set of connections in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Filters the list of connections to those associated with a specified provider, such as Bitbucket.

    Declaration

    Swift

    public let providerTypeFilter: ProviderType?
  • Undocumented

    Declaration

    Swift

    public init(hostArnFilter: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, providerTypeFilter: ProviderType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws