Class: Aws::Types::ScriptDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#executable_parameters::String

Returns the value of attribute executable_parameters.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def executable_parameters
  @executable_parameters
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def executable_path
  @executable_path
end

#script_s3_locationTypes::S3Location

Returns the value of attribute script_s3_location.

Returns:



1347
1348
1349
# File 'sig/types.rbs', line 1347

def script_s3_location
  @script_s3_location
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def timeout_in_seconds
  @timeout_in_seconds
end