Class: Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_builder_nameString

The name of the app block builder.

Returns:

  • (String)


867
868
869
870
871
872
# File 'lib/aws-sdk-appstream/types.rb', line 867

class CreateAppBlockBuilderStreamingURLRequest < Struct.new(
  :app_block_builder_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)


867
868
869
870
871
872
# File 'lib/aws-sdk-appstream/types.rb', line 867

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