Class: Aws::Drs::Types::UpdateRecoveryPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UpdateRecoveryPlanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a Recovery Plan.
-
#name ⇒ String
The name of a Recovery Plan.
-
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan to update.
Instance Attribute Details
#description ⇒ String
The description of a Recovery Plan.
5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-drs/types.rb', line 5022 class UpdateRecoveryPlanRequest < Struct.new( :recovery_plan_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a Recovery Plan.
5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-drs/types.rb', line 5022 class UpdateRecoveryPlanRequest < Struct.new( :recovery_plan_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan to update.
5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-drs/types.rb', line 5022 class UpdateRecoveryPlanRequest < Struct.new( :recovery_plan_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |