Class: Aws::Types::Script

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#execute_operation_on_script_failureBoolean

Returns the value of attribute execute_operation_on_script_failure.



292
293
294
# File 'sig/types.rbs', line 292

def execute_operation_on_script_failure
  @execute_operation_on_script_failure
end

#execution_handler::String

Returns the value of attribute execution_handler.



291
292
293
# File 'sig/types.rbs', line 291

def execution_handler
  @execution_handler
end

#execution_handler_service"AWS_SYSTEMS_MANAGER"

Returns the value of attribute execution_handler_service.



290
291
292
# File 'sig/types.rbs', line 290

def execution_handler_service
  @execution_handler_service
end

#execution_timeout::Integer

Returns the value of attribute execution_timeout.



293
294
295
# File 'sig/types.rbs', line 293

def execution_timeout
  @execution_timeout
end

#maximum_retry_count::Integer

Returns the value of attribute maximum_retry_count.



294
295
296
# File 'sig/types.rbs', line 294

def maximum_retry_count
  @maximum_retry_count
end

#stages::Array[("PRE" | "POST")]

Returns the value of attribute stages.



289
290
291
# File 'sig/types.rbs', line 289

def stages
  @stages
end