Class: Aws::Drs::Types::ListRecoveryPlansResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ String

The token for the next page of results.

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
# File 'lib/aws-sdk-drs/types.rb', line 2429

class ListRecoveryPlansResponse < Struct.new(
  :recovery_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plans ⇒ Array<Types::RecoveryPlanSummary>

The list of Recovery Plans.

Returns:



2429
2430
2431
2432
2433
2434
# File 'lib/aws-sdk-drs/types.rb', line 2429

class ListRecoveryPlansResponse < Struct.new(
  :recovery_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end