Class: Aws::AppStream::Types::CreateImageBuilderStreamingURLRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Note:

When making an API call, you may pass CreateImageBuilderStreamingURLRequest data as a hash:

{
  name: "String", # required
  validity: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the image builder.

Returns:

  • (String)


679
680
681
682
683
# File 'lib/aws-sdk-appstream/types.rb', line 679

class CreateImageBuilderStreamingURLRequest < Struct.new(
  :name,
  :validity)
  include Aws::Structure
end

#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)


679
680
681
682
683
# File 'lib/aws-sdk-appstream/types.rb', line 679

class CreateImageBuilderStreamingURLRequest < Struct.new(
  :name,
  :validity)
  include Aws::Structure
end