Class: Aws::AppStream::Types::ScriptDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ScriptDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the details of the script.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#executable_parameters ⇒ String
The runtime parameters passed to the run path for the script.
-
#executable_path ⇒ String
The run path for the script.
-
#script_s3_location ⇒ Types::S3Location
The S3 object location for the script.
-
#timeout_in_seconds ⇒ Integer
The run timeout, in seconds, for the script.
Instance Attribute Details
#executable_parameters ⇒ String
The runtime parameters passed to the run path for the script.
4539 4540 4541 4542 4543 4544 4545 4546 |
# File 'lib/aws-sdk-appstream/types.rb', line 4539 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end |
#executable_path ⇒ String
The run path for the script.
4539 4540 4541 4542 4543 4544 4545 4546 |
# File 'lib/aws-sdk-appstream/types.rb', line 4539 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end |
#script_s3_location ⇒ Types::S3Location
The S3 object location for the script.
4539 4540 4541 4542 4543 4544 4545 4546 |
# File 'lib/aws-sdk-appstream/types.rb', line 4539 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end |
#timeout_in_seconds ⇒ Integer
The run timeout, in seconds, for the script.
4539 4540 4541 4542 4543 4544 4545 4546 |
# File 'lib/aws-sdk-appstream/types.rb', line 4539 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end |