Class: Aws::Drs::Types::CreateRecoveryPlanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique string provided to ensure request idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


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

#descriptionString

The description of a Recovery Plan.

Returns:

  • (String)


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

#nameString

The name of a Recovery Plan.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags to apply to the Recovery Plan.

Returns:

  • (Hash<String,String>)


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