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.
3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'lib/aws-sdk-appstream/types.rb', line 3803 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.
3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'lib/aws-sdk-appstream/types.rb', line 3803 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.
3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'lib/aws-sdk-appstream/types.rb', line 3803 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.
3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'lib/aws-sdk-appstream/types.rb', line 3803 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end |