package Paws::Pinpoint::GetUserEndpointsResponse; use Moose; has EndpointsResponse => (is => 'ro', isa => 'Paws::Pinpoint::EndpointsResponse', required => 1); use MooseX::ClassAttribute; class_has _stream_param => (is => 'ro', default => 'EndpointsResponse'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Pinpoint::GetUserEndpointsResponse =head1 ATTRIBUTES =head2 B EndpointsResponse => L =head2 _request_id => Str =cut