Class: Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateAppBlockBuilderStreamingURLRequest
- Includes:
- Structure
- Defined in:
- 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.
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 |
#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.
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 |