Class: Aws::Drs::Types::ListRecoveryPlanStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlanStepsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return.
2377 2378 2379 2380 2381 2382 2383 |
# File 'lib/aws-sdk-drs/types.rb', line 2377 class ListRecoveryPlanStepsRequest < Struct.new( :recovery_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2377 2378 2379 2380 2381 2382 2383 |
# File 'lib/aws-sdk-drs/types.rb', line 2377 class ListRecoveryPlanStepsRequest < Struct.new( :recovery_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan.
2377 2378 2379 2380 2381 2382 2383 |
# File 'lib/aws-sdk-drs/types.rb', line 2377 class ListRecoveryPlanStepsRequest < Struct.new( :recovery_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |