Class: Aws::Drs::Types::ListRecoveryPlanExecutionStepsRequest

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

#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.

Returns:

  • (Integer)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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