Class: Aws::AppStream::Types::CreateStreamingURLRequest

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

#application_idString

The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1806

class CreateStreamingURLRequest < Struct.new(
  :stack_name,
  :fleet_name,
  :user_id,
  :application_id,
  :validity,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1806

class CreateStreamingURLRequest < Struct.new(
  :stack_name,
  :fleet_name,
  :user_id,
  :application_id,
  :validity,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#session_contextString

The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1806

class CreateStreamingURLRequest < Struct.new(
  :stack_name,
  :fleet_name,
  :user_id,
  :application_id,
  :validity,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the stack.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1806

class CreateStreamingURLRequest < Struct.new(
  :stack_name,
  :fleet_name,
  :user_id,
  :application_id,
  :validity,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier of the user.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1806

class CreateStreamingURLRequest < Struct.new(
  :stack_name,
  :fleet_name,
  :user_id,
  :application_id,
  :validity,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#validityInteger

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.

Returns:

  • (Integer)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1806

class CreateStreamingURLRequest < Struct.new(
  :stack_name,
  :fleet_name,
  :user_id,
  :application_id,
  :validity,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end