Class: Aws::Types::ListPrivateConnectionsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def next_token
  @next_token
end

#private_connections::Array[Types::PrivateConnectionSummary]

Returns the value of attribute private_connections.

Returns:



1534
1535
1536
# File 'sig/types.rbs', line 1534

def private_connections
  @private_connections
end