Class: Aws::Drs::Types::RecoveryPlanSummary

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

Overview

Summary information about a Recovery Plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The timestamp when the Recovery Plan was created.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-drs/types.rb', line 3599

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

#nameString

The name of a Recovery Plan.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-drs/types.rb', line 3599

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

#recovery_plan_arnString

The ARN of the Recovery Plan.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-drs/types.rb', line 3599

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

#statusString

The status of the Recovery Plan.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-drs/types.rb', line 3599

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

#updated_atString

The timestamp when the Recovery Plan was last updated.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-drs/types.rb', line 3599

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