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)


8114
8115
8116
# File 'sig/types.rbs', line 8114

def next_token
  @next_token
end

#service_details::Array[Types::ServiceDetail]

Returns the value of attribute service_details.

Returns:



8113
8114
8115
# File 'sig/types.rbs', line 8113

def service_details
  @service_details
end

#service_names::Array[::String]

Returns the value of attribute service_names.

Returns:

  • (::Array[::String])


8112
8113
8114
# File 'sig/types.rbs', line 8112

def service_names
  @service_names
end