Class: Aws::Types::DescribeVpcEndpointServicesResult

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)


7841
7842
7843
# File 'sig/types.rbs', line 7841

def next_token
  @next_token
end

#service_details::Array[Types::ServiceDetail]

Returns the value of attribute service_details.

Returns:



7840
7841
7842
# File 'sig/types.rbs', line 7840

def service_details
  @service_details
end

#service_names::Array[::String]

Returns the value of attribute service_names.

Returns:

  • (::Array[::String])


7839
7840
7841
# File 'sig/types.rbs', line 7839

def service_names
  @service_names
end