1
2package Paws::EC2::CreateVpcEndpointResult {
3  use Moose;
4  has ClientToken => (is => 'ro', isa => 'Str', xmlname => 'clientToken', traits => ['Unwrapped',]);
5  has VpcEndpoint => (is => 'ro', isa => 'Paws::EC2::VpcEndpoint', xmlname => 'vpcEndpoint', traits => ['Unwrapped',]);
6
7}
81;
9
10### main pod documentation begin ###
11
12=head1 NAME
13
14Paws::EC2::CreateVpcEndpointResult
15
16=head1 ATTRIBUTES
17
18=head2 ClientToken => Str
19
20
21
22Unique, case-sensitive identifier you provide to ensure the idempotency
23of the request.
24
25
26
27
28
29
30
31
32
33=head2 VpcEndpoint => Paws::EC2::VpcEndpoint
34
35
36
37Information about the endpoint.
38
39
40
41
42
43
44
45
46
47
48
49=cut
50
51