Class: Aws::Types::ListVpcEndpointsForDomainResponse

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)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def next_token
  @next_token
end

#vpc_endpoint_summary_list::Array[Types::VpcEndpointSummary]

Returns the value of attribute vpc_endpoint_summary_list.

Returns:



1790
1791
1792
# File 'sig/types.rbs', line 1790

def vpc_endpoint_summary_list
  @vpc_endpoint_summary_list
end