Class: Aws::Types::ListVpcEndpointsResponse

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)


942
943
944
# File 'sig/types.rbs', line 942

def next_token
  @next_token
end

#vpc_endpoint_summary_list::Array[Types::VpcEndpointSummary]

Returns the value of attribute vpc_endpoint_summary_list.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def vpc_endpoint_summary_list
  @vpc_endpoint_summary_list
end