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.
1637 1638 1639 1640 1641 1642 |
# File 'lib/aws-sdk-appstream/types.rb', line 1637 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.
1637 1638 1639 1640 1641 1642 |
# File 'lib/aws-sdk-appstream/types.rb', line 1637 class CreateImageBuilderStreamingURLRequest < Struct.new( :name, :validity) SENSITIVE = [] include Aws::Structure end |