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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiresTime

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

Returns:

  • (Time)


2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2334

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

#streaming_urlString

The URL to start the WorkSpaces Applications streaming session.

Returns:

  • (String)


2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2334

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