Class: Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLResult
- 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 streaming session.
Instance Attribute Details
#expires ⇒ Time
The elapsed time, in seconds after the Unix epoch, when this URL expires.
885 886 887 888 889 890 |
# File 'lib/aws-sdk-appstream/types.rb', line 885 class CreateAppBlockBuilderStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |
#streaming_url ⇒ String
The URL to start the streaming session.
885 886 887 888 889 890 |
# File 'lib/aws-sdk-appstream/types.rb', line 885 class CreateAppBlockBuilderStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |