Class: Aws::AppStream::Types::CreateImageBuilderStreamingURLResult

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)


1655
1656
1657
1658
1659
1660
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1655

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

#streaming_urlString

The URL to start the AppStream 2.0 streaming session.

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1655

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