Class: Aws::AppStream::Types::CreateStreamingURLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateStreamingURLRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
When making an API call, you may pass CreateStreamingURLRequest data as a hash:
{
stack_name: "String", # required
fleet_name: "String", # required
user_id: "StreamingUrlUserId", # required
application_id: "String",
validity: 1,
session_context: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
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. 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.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1642 class CreateStreamingURLRequest < Struct.new( :stack_name, :fleet_name, :user_id, :application_id, :validity, :session_context) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1642 class CreateStreamingURLRequest < Struct.new( :stack_name, :fleet_name, :user_id, :application_id, :validity, :session_context) SENSITIVE = [] include Aws::Structure end |
#session_context ⇒ String
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1642 class CreateStreamingURLRequest < Struct.new( :stack_name, :fleet_name, :user_id, :application_id, :validity, :session_context) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1642 class CreateStreamingURLRequest < Struct.new( :stack_name, :fleet_name, :user_id, :application_id, :validity, :session_context) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1642 class CreateStreamingURLRequest < Struct.new( :stack_name, :fleet_name, :user_id, :application_id, :validity, :session_context) SENSITIVE = [] include Aws::Structure end |
#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.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1642 class CreateStreamingURLRequest < Struct.new( :stack_name, :fleet_name, :user_id, :application_id, :validity, :session_context) SENSITIVE = [] include Aws::Structure end |