Class: Aws::SecurityAgent::Types::ListPrivateConnectionsOutput

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

#next_tokenString

The token to use to retrieve the next page of results, if more results are available.

Returns:



5610
5611
5612
5613
5614
5615
# File 'lib/aws-sdk-securityagent/types.rb', line 5610

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

#private_connectionsArray<Types::PrivateConnectionSummary>

The list of private connections.

Returns:



5610
5611
5612
5613
5614
5615
# File 'lib/aws-sdk-securityagent/types.rb', line 5610

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