Class: Aws::Drs::Types::ListRecoveryPlansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlansResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#recovery_plans ⇒ Array<Types::RecoveryPlanSummary>
The list of Recovery Plans.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
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.
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 |