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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the image builder.

Returns:

  • (String)


1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1637

class CreateImageBuilderStreamingURLRequest < Struct.new(
  :name,
  :validity)
  SENSITIVE = []
  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)


1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1637

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