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
- Struct
- Aws::AppStream::Types::CreateStreamingURLRequest
- Defined in:
- (unknown)
Overview
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
-
#application_id ⇒ String
The name of the application to launch after the session starts.
-
#fleet_name ⇒ String
The name of the fleet.
-
#session_context ⇒ String
The session context.
-
#stack_name ⇒ String
The name of the stack.
-
#user_id ⇒ String
The identifier of the user.
-
#validity ⇒ Integer
The time that the streaming URL will be valid, in seconds.
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.
#fleet_name ⇒ 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.
#stack_name ⇒ String
The name of the stack.
#user_id ⇒ 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.