Class: Aws::Drs::Types::RecoveryPlanServer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

A server associated with a Recovery Plan Step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#impact_levelString

Defaults to CRITICAL if not specified.

Returns:

  • (String)


3498
3499
3500
3501
3502
3503
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3498

class RecoveryPlanServer < Struct.new(
  :server_arn,
  :impact_level)
  SENSITIVE = []
  include Aws::Structure
end

#server_arnString

The ARN of the source server.

Returns:

  • (String)


3498
3499
3500
3501
3502
3503
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3498

class RecoveryPlanServer < Struct.new(
  :server_arn,
  :impact_level)
  SENSITIVE = []
  include Aws::Structure
end