Class: Aws::AppStream::Types::CreateImageBuilderStreamingURLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateImageBuilderStreamingURLResult
- 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.
1669 1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-appstream/types.rb', line 1669 class CreateImageBuilderStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |
#streaming_url ⇒ String
The URL to start the AppStream 2.0 streaming session.
1669 1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-appstream/types.rb', line 1669 class CreateImageBuilderStreamingURLResult < Struct.new( :streaming_url, :expires) SENSITIVE = [] include Aws::Structure end |