Class: Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


885
886
887
888
889
890
# File 'lib/aws-sdk-appstream/types.rb', line 885

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

#streaming_urlString

The URL to start the streaming session.

Returns:

  • (String)


885
886
887
888
889
890
# File 'lib/aws-sdk-appstream/types.rb', line 885

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