Class: Aws::Types::ListClientVpcConnectionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpc_connections::Array[Types::ClientVpcConnection]

Returns the value of attribute client_vpc_connections.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def client_vpc_connections
  @client_vpc_connections
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def next_token
  @next_token
end