Class: Aws::EC2::Types::DescribeVpcEndpointServicePermissionsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_principalsArray<Types::AllowedPrincipal>

Information about one or more allowed principals.

Returns:



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

class DescribeVpcEndpointServicePermissionsResult < Struct.new(
  :allowed_principals,
  :next_token)
  include Aws::Structure
end

#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)


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

class DescribeVpcEndpointServicePermissionsResult < Struct.new(
  :allowed_principals,
  :next_token)
  include Aws::Structure
end