Class: Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_builder_name ⇒ String
The name of the app block builder.
-
#validity ⇒ Integer
The time that the streaming URL will be valid, in seconds.
Instance Attribute Details
#app_block_builder_name ⇒ String
The name of the app block builder.
1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1050 class CreateAppBlockBuilderStreamingURLRequest < Struct.new( :app_block_builder_name, :validity) SENSITIVE = [] include Aws::Structure end |
#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.
1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1050 class CreateAppBlockBuilderStreamingURLRequest < Struct.new( :app_block_builder_name, :validity) SENSITIVE = [] include Aws::Structure end |