The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use Moose;
has EndpointResponse => (is => 'ro', isa => 'Paws::Pinpoint::EndpointResponse', required => 1);
class_has _stream_param => (is => 'ro', default => 'EndpointResponse');
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Pinpoint::DeleteEndpointResponse
=head1 ATTRIBUTES
=head2 B<REQUIRED> EndpointResponse => L<Paws::Pinpoint::EndpointResponse>
=head2 _request_id => Str
=cut