Class: Aws::Types::DescribeVpcEndpointConnectionsResult

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)


7794
7795
7796
# File 'sig/types.rbs', line 7794

def next_token
  @next_token
end

#vpc_endpoint_connections::Array[Types::VpcEndpointConnection]

Returns the value of attribute vpc_endpoint_connections.

Returns:



7793
7794
7795
# File 'sig/types.rbs', line 7793

def vpc_endpoint_connections
  @vpc_endpoint_connections
end