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)


8024
8025
8026
# File 'sig/types.rbs', line 8024

def next_token
  @next_token
end

#service_details::Array[Types::ServiceDetail]

Returns the value of attribute service_details.

Returns:



8023
8024
8025
# File 'sig/types.rbs', line 8023

def service_details
  @service_details
end

#service_names::Array[::String]

Returns the value of attribute service_names.

Returns:

  • (::Array[::String])


8022
8023
8024
# File 'sig/types.rbs', line 8022

def service_names
  @service_names
end