You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateStreamingURLRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_name: "String", # required
  fleet_name: "String", # required
  user_id: "StreamingUrlUserId", # required
  application_id: "String",
  validity: 1,
  session_context: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ String

The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.

Returns:

  • (String) —

    The name of the application to launch after the session starts.

#fleet_name ⇒ String

The name of the fleet.

Returns:

  • (String) —

    The name of the fleet.

#session_context ⇒ String

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

Returns:

  • (String) —

    The session context.

#stack_name ⇒ String

The name of the stack.

Returns:

  • (String) —

    The name of the stack.

#user_id ⇒ String

The identifier of the user.

Returns:

  • (String) —

    The identifier of the user.

#validity ⇒ Integer

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) —

    The time that the streaming URL will be valid, in seconds.