Class: Aws::AppStream::Types::ScriptDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#executable_parametersString

The runtime parameters passed to the run path for the script.

Returns:

  • (String)


4380
4381
4382
4383
4384
4385
4386
4387
# File 'lib/aws-sdk-appstream/types.rb', line 4380

class ScriptDetails < Struct.new(
  :script_s3_location,
  :executable_path,
  :executable_parameters,
  :timeout_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#executable_pathString

The run path for the script.

Returns:

  • (String)


4380
4381
4382
4383
4384
4385
4386
4387
# File 'lib/aws-sdk-appstream/types.rb', line 4380

class ScriptDetails < Struct.new(
  :script_s3_location,
  :executable_path,
  :executable_parameters,
  :timeout_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#script_s3_locationTypes::S3Location

The S3 object location for the script.

Returns:



4380
4381
4382
4383
4384
4385
4386
4387
# File 'lib/aws-sdk-appstream/types.rb', line 4380

class ScriptDetails < Struct.new(
  :script_s3_location,
  :executable_path,
  :executable_parameters,
  :timeout_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_in_secondsInteger

The run timeout, in seconds, for the script.

Returns:

  • (Integer)


4380
4381
4382
4383
4384
4385
4386
4387
# File 'lib/aws-sdk-appstream/types.rb', line 4380

class ScriptDetails < Struct.new(
  :script_s3_location,
  :executable_path,
  :executable_parameters,
  :timeout_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end