Class: Aws::Types::StartRecoveryPlanExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def client_token
  @client_token
end

#mode ⇒ "DRILL", "RECOVERY"

Returns the value of attribute mode.

Returns:

  • ("DRILL", "RECOVERY")


1312
1313
1314
# File 'sig/types.rbs', line 1312

def mode
  @mode
end

#recovery_plan_arn ⇒ ::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def recovery_plan_arn
  @recovery_plan_arn
end

#source_servers ⇒ ::Array[Types::RecoveryPlanExecutionSourceServer]

Returns the value of attribute source_servers.



1314
1315
1316
# File 'sig/types.rbs', line 1314

def source_servers
  @source_servers
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1315
1316
1317
# File 'sig/types.rbs', line 1315

def tags
  @tags
end