Class: Aws::Drs::Types::RecoveryPlanServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanServer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
A server associated with a Recovery Plan Step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impact_level ⇒ String
Defaults to CRITICAL if not specified.
-
#server_arn ⇒ String
The ARN of the source server.
Instance Attribute Details
#impact_level ⇒ String
Defaults to CRITICAL if not specified.
3498 3499 3500 3501 3502 3503 |
# File 'lib/aws-sdk-drs/types.rb', line 3498 class RecoveryPlanServer < Struct.new( :server_arn, :impact_level) SENSITIVE = [] include Aws::Structure end |
#server_arn ⇒ String
The ARN of the source server.
3498 3499 3500 3501 3502 3503 |
# File 'lib/aws-sdk-drs/types.rb', line 3498 class RecoveryPlanServer < Struct.new( :server_arn, :impact_level) SENSITIVE = [] include Aws::Structure end |