class Aws::CodeStarconnections::Types::ListConnectionsInput
@note When making an API call, you may pass ListConnectionsInput
data as a hash: { provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer host_arn_filter: "HostArn", max_results: 1, next_token: "NextToken", }
@!attribute [rw] provider_type_filter
Filters the list of connections to those associated with a specified provider, such as Bitbucket. @return [String]
@!attribute [rw] host_arn_filter
Filters the list of connections to those associated with a specified host. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned `nextToken` value. @return [Integer]
@!attribute [rw] next_token
The token that was returned from the previous `ListConnections` call, which can be used to return the next set of connections in the list. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListConnectionsInput AWS API Documentation
Constants
- SENSITIVE