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)


16861
16862
16863
16864
16865
16866
# File 'lib/aws-sdk-ec2/types.rb', line 16861

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

#service_detailsArray<Types::ServiceDetail>

Information about the service.

Returns:



16861
16862
16863
16864
16865
16866
# File 'lib/aws-sdk-ec2/types.rb', line 16861

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

#service_namesArray<String>

A list of supported services.

Returns:

  • (Array<String>)


16861
16862
16863
16864
16865
16866
# File 'lib/aws-sdk-ec2/types.rb', line 16861

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