Class: Aws::Types::DescribeVpcEndpointsResult

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)


8039
8040
8041
# File 'sig/types.rbs', line 8039

def next_token
  @next_token
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.

Returns:



8038
8039
8040
# File 'sig/types.rbs', line 8038

def vpc_endpoints
  @vpc_endpoints
end