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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-codestarconnections/types.rb', line 388

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)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-codestarconnections/types.rb', line 388

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)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-codestarconnections/types.rb', line 388

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)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-codestarconnections/types.rb', line 388

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