Class: Aws::SecurityAgent::Types::ListPrivateConnectionsInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of private connections to return in a single response.

Returns:



5592
5593
5594
5595
5596
5597
# File 'lib/aws-sdk-securityagent/types.rb', line 5592

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

#next_tokenString

The token for the next page of results.

Returns:



5592
5593
5594
5595
5596
5597
# File 'lib/aws-sdk-securityagent/types.rb', line 5592

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