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
show all
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

Instance Attribute Details

#nameString

The name of the image builder.

Returns:

  • (String)

    The name of the image builder.

#validityInteger

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

Returns:

  • (Integer)

    The time that the streaming URL will be valid, in seconds.