Class: Aws::Types::ScriptDetails
- Inherits:
-
Object
- Object
- Aws::Types::ScriptDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#executable_parameters ⇒ ::String
Returns the value of attribute executable_parameters.
-
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
-
#script_s3_location ⇒ Types::S3Location
Returns the value of attribute script_s3_location.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#executable_parameters ⇒ ::String
Returns the value of attribute executable_parameters.
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.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def executable_path @executable_path end |
#script_s3_location ⇒ Types::S3Location
Returns the value of attribute script_s3_location.
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.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def timeout_in_seconds @timeout_in_seconds end |