Class: Aws::EC2::Types::DescribeVpcEndpointServicePermissionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointServicePermissionsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_principals ⇒ Array<Types::AllowedPrincipal>
Information about the allowed principals.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#allowed_principals ⇒ Array<Types::AllowedPrincipal>
Information about the allowed principals.
28791 28792 28793 28794 28795 28796 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28791 class DescribeVpcEndpointServicePermissionsResult < Struct.new( :allowed_principals, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
28791 28792 28793 28794 28795 28796 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28791 class DescribeVpcEndpointServicePermissionsResult < Struct.new( :allowed_principals, :next_token) SENSITIVE = [] include Aws::Structure end |