You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStarconnections::Types::ListConnectionsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListConnectionsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer
  host_arn_filter: "HostArn",
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#host_arn_filterString

Filters the list of connections to those associated with a specified host.

Returns:

  • (String)

    Filters the list of connections to those associated with a specified host.

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)

    The maximum number of results to return in a single call.

#next_tokenString

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

Returns:

  • (String)

    The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

#provider_type_filterString

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

Possible values:

  • Bitbucket
  • GitHub
  • GitHubEnterpriseServer

Returns:

  • (String)

    Filters the list of connections to those associated with a specified provider, such as Bitbucket.