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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_arn_filterString

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

Returns:

  • (String)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 779

class ListConnectionsInput < Struct.new(
  :provider_type_filter,
  :host_arn_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 779

class ListConnectionsInput < Struct.new(
  :provider_type_filter,
  :host_arn_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 779

class ListConnectionsInput < Struct.new(
  :provider_type_filter,
  :host_arn_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#provider_type_filterString

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

Returns:

  • (String)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 779

class ListConnectionsInput < Struct.new(
  :provider_type_filter,
  :host_arn_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end