Class: Aws::EC2::Types::DescribeVpcEndpointServicesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeVpcEndpointServices.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


11020
11021
11022
11023
11024
# File 'lib/aws-sdk-ec2/types.rb', line 11020

class DescribeVpcEndpointServicesResult < Struct.new(
  :next_token,
  :service_names)
  include Aws::Structure
end

#service_namesArray<String>

A list of supported AWS services.

Returns:

  • (Array<String>)


11020
11021
11022
11023
11024
# File 'lib/aws-sdk-ec2/types.rb', line 11020

class DescribeVpcEndpointServicesResult < Struct.new(
  :next_token,
  :service_names)
  include Aws::Structure
end