Class: Aws::Types::RecoveryPlanStepConfiguration

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

Defined Under Namespace

Classes: ServerStepConfiguration, Unknown, WaitStepConfiguration

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#server_step_configurationTypes::ServerStepConfiguration

Returns the value of attribute server_step_configuration.



1077
1078
1079
# File 'sig/types.rbs', line 1077

def server_step_configuration
  @server_step_configuration
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def unknown
  @unknown
end

#wait_step_configurationTypes::WaitStepConfiguration

Returns the value of attribute wait_step_configuration.



1078
1079
1080
# File 'sig/types.rbs', line 1078

def wait_step_configuration
  @wait_step_configuration
end