Class: Aws::AppStream::Types::CreateStreamingURLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateStreamingURLResult
- Includes:
- Structure
- Defined in:
- 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 AppStream 2.0 streaming session.
Instance Attribute Details
#expires ⇒ Time
The elapsed time, in seconds after the Unix epoch, when this URL expires.
1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-appstream/types.rb', line 1828 class CreateStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |
#streaming_url ⇒ String
The URL to start the AppStream 2.0 streaming session.
1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-appstream/types.rb', line 1828 class CreateStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |