Class: Aws::Drs::Types::CreateRecoveryPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CreateRecoveryPlanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique string provided to ensure request idempotency.
-
#description ⇒ String
The description of a Recovery Plan.
-
#name ⇒ String
The name of a Recovery Plan.
-
#tags ⇒ Hash<String,String>
The tags to apply to the Recovery Plan.
Instance Attribute Details
#client_token ⇒ String
A unique string provided to ensure request idempotency.
A suitable default value is auto-generated. You should normally not need to pass this option.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-drs/types.rb', line 308 class CreateRecoveryPlanRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
The description of a Recovery Plan.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-drs/types.rb', line 308 class CreateRecoveryPlanRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
The name of a Recovery Plan.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-drs/types.rb', line 308 class CreateRecoveryPlanRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to apply to the Recovery Plan.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-drs/types.rb', line 308 class CreateRecoveryPlanRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |