Class: Aws::Drs::Types::ListRecoveryPlanExecutionStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlanExecutionStepsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::ListRecoveryPlanExecutionStepsFilter
Filters for listing execution steps.
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution.
Instance Attribute Details
#filter ⇒ Types::ListRecoveryPlanExecutionStepsFilter
Filters for listing execution steps.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-drs/types.rb', line 2293 class ListRecoveryPlanExecutionStepsRequest < Struct.new( :recovery_plan_execution_arn, :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-drs/types.rb', line 2293 class ListRecoveryPlanExecutionStepsRequest < Struct.new( :recovery_plan_execution_arn, :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-drs/types.rb', line 2293 class ListRecoveryPlanExecutionStepsRequest < Struct.new( :recovery_plan_execution_arn, :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-drs/types.rb', line 2293 class ListRecoveryPlanExecutionStepsRequest < Struct.new( :recovery_plan_execution_arn, :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |