Class: Aws::AppStream::Types::CreateImageBuilderStreamingURLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateImageBuilderStreamingURLRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the image builder.
-
#validity ⇒ Integer
The time that the streaming URL will be valid, in seconds.
Instance Attribute Details
#name ⇒ String
The name of the image builder.
1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-appstream/types.rb', line 1651 class CreateImageBuilderStreamingURLRequest < Struct.new( :name, :validity) SENSITIVE = [] include Aws::Structure end |
#validity ⇒ Integer
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-appstream/types.rb', line 1651 class CreateImageBuilderStreamingURLRequest < Struct.new( :name, :validity) SENSITIVE = [] include Aws::Structure end |