Class: Aws::CodeConnections::Types::ListConnectionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ListConnectionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_arn_filter ⇒ String
Filters the list of connections to those associated with a specified host.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ 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_filter ⇒ String
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
Instance Attribute Details
#host_arn_filter ⇒ String
Filters the list of connections to those associated with a specified host.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 785 class ListConnectionsInput < Struct.new( :provider_type_filter, :host_arn_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned ‘nextToken` value.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 785 class ListConnectionsInput < Struct.new( :provider_type_filter, :host_arn_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ 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.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 785 class ListConnectionsInput < Struct.new( :provider_type_filter, :host_arn_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#provider_type_filter ⇒ String
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 785 class ListConnectionsInput < Struct.new( :provider_type_filter, :host_arn_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |