Class: Aws::AppStream::Types::CreateImageBuilderStreamingURLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateImageBuilderStreamingURLResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires ⇒ Time
The elapsed time, in seconds after the Unix epoch, when this URL expires.
-
#streaming_url ⇒ String
The URL to start the WorkSpaces Applications streaming session.
Instance Attribute Details
#expires ⇒ Time
The elapsed time, in seconds after the Unix epoch, when this URL expires.
2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2086 class CreateImageBuilderStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |
#streaming_url ⇒ String
The URL to start the WorkSpaces Applications streaming session.
2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2086 class CreateImageBuilderStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |