package
Paws::ApiGateway::Template;
has
Value
=> (
is
=>
'ro'
,
isa
=>
'Str'
);
1;
### main pod documentation begin ###
=head1 NAME
Paws::ApiGateway::Template
=head1 ATTRIBUTES
=head2 Value => Str
The Apache Velocity Template Language (VTL) template content used for
the template resource.
=cut