Paws

 view release on metacpan or  search on metacpan

lib/Paws/AppStream/CreateImageBuilderStreamingURLResult.pm  view on Meta::CPAN


package Paws::AppStream::CreateImageBuilderStreamingURLResult;
  use Moose;
  has Expires => (is => 'ro', isa => 'Str');
  has StreamingURL => (is => 'ro', isa => 'Str');

  has _request_id => (is => 'ro', isa => 'Str');

### main pod documentation begin ###

=head1 NAME

Paws::AppStream::CreateImageBuilderStreamingURLResult

=head1 ATTRIBUTES


=head2 Expires => Str

The elapsed time, in seconds after the Unix epoch, when this URL
expires.


=head2 StreamingURL => Str

The URL to start the AppStream 2.0 streaming session.


=head2 _request_id => Str


=cut

1;



( run in 0.477 second using v1.01-cache-2.11-cpan-39bf76dae61 )