Class: Aws::AppStream::Types::CreateStreamingURLResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#expiresTime

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

Returns:

  • (Time)


879
880
881
882
883
# File 'lib/aws-sdk-appstream/types.rb', line 879

class CreateStreamingURLResult < Struct.new(
  :streaming_url,
  :expires)
  include Aws::Structure
end

#streaming_urlString

The URL to start the AppStream 2.0 streaming session.

Returns:

  • (String)


879
880
881
882
883
# File 'lib/aws-sdk-appstream/types.rb', line 879

class CreateStreamingURLResult < Struct.new(
  :streaming_url,
  :expires)
  include Aws::Structure
end