Class: Aws::Types::RecoveryPlanExecutionServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impact_level"CRITICAL", "OPTIONAL"

Returns the value of attribute impact_level.

Returns:

  • ("CRITICAL", "OPTIONAL")


1002
1003
1004
# File 'sig/types.rbs', line 1002

def impact_level
  @impact_level
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def job_id
  @job_id
end

#server_arn::String

Returns the value of attribute server_arn.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def server_arn
  @server_arn
end