Class: Aws::Drs::Types::RecoveryPlan

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

Overview

A Recovery Plan resource.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The timestamp when the Recovery Plan was created.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#descriptionString

The description of a Recovery Plan.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

The name of a Recovery Plan.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#recovery_plan_arnString

The ARN of the Recovery Plan.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#statusString

The status of the Recovery Plan.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the Recovery Plan.

Returns:

  • (Hash<String,String>)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#updated_atString

The timestamp when the Recovery Plan was last updated.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3214

class RecoveryPlan < Struct.new(
  :recovery_plan_arn,
  :name,
  :description,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end