Class: Aws::EC2::Types::DescribeVpcEndpointServiceConfigurationsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


16787
16788
16789
16790
16791
# File 'lib/aws-sdk-ec2/types.rb', line 16787

class DescribeVpcEndpointServiceConfigurationsResult < Struct.new(
  :service_configurations,
  :next_token)
  include Aws::Structure
end

#service_configurationsArray<Types::ServiceConfiguration>

Information about one or more services.

Returns:



16787
16788
16789
16790
16791
# File 'lib/aws-sdk-ec2/types.rb', line 16787

class DescribeVpcEndpointServiceConfigurationsResult < Struct.new(
  :service_configurations,
  :next_token)
  include Aws::Structure
end