You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::CreateImageBuilderStreamingURLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateImageBuilderStreamingURLRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateImageBuilderStreamingURLRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "String", # required
validity: 1,
}
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.
#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.