Class: Aws::Types::RecoveryPlanExecutionStepConfiguration

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

Defined Under Namespace

Classes: ExecutionServerStepConfiguration, Unknown, WaitStepConfiguration

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_server_step_configurationTypes::ExecutionServerStepConfiguration

Returns the value of attribute execution_server_step_configuration.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def execution_server_step_configuration
  @execution_server_step_configuration
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def unknown
  @unknown
end

#wait_step_configurationTypes::WaitStepConfiguration

Returns the value of attribute wait_step_configuration.



1028
1029
1030
# File 'sig/types.rbs', line 1028

def wait_step_configuration
  @wait_step_configuration
end