Class: Aws::AppRunner::Types::ListConnectionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

If specified, only this connection is returned. If not specified, the result isn't filtered by name.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1759

class ListConnectionsRequest < Struct.new(
  :connection_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to include in each response (result page). Used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

Returns:

  • (Integer)


1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1759

class ListConnectionsRequest < Struct.new(
  :connection_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token from a previous result page. Used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1759

class ListConnectionsRequest < Struct.new(
  :connection_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end