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