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)


7856
7857
7858
# File 'sig/types.rbs', line 7856

def next_token
  @next_token
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.

Returns:



7855
7856
7857
# File 'sig/types.rbs', line 7855

def vpc_endpoints
  @vpc_endpoints
end