Class: Aws::Drs::Types::ListRecoveryPlanExecutionsRequest

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

#max_results ⇒ Integer

Maximum number of results to return.

Returns:

  • (Integer)


2337
2338
2339
2340
2341
2342
2343
2344
# File 'lib/aws-sdk-drs/types.rb', line 2337

class ListRecoveryPlanExecutionsRequest < Struct.new(
  :recovery_plan_arn,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

The token for the next page of results.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
# File 'lib/aws-sdk-drs/types.rb', line 2337

class ListRecoveryPlanExecutionsRequest < Struct.new(
  :recovery_plan_arn,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_arn ⇒ String

Filter executions by Recovery Plan ARN.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
# File 'lib/aws-sdk-drs/types.rb', line 2337

class ListRecoveryPlanExecutionsRequest < Struct.new(
  :recovery_plan_arn,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

Filter executions by status.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
# File 'lib/aws-sdk-drs/types.rb', line 2337

class ListRecoveryPlanExecutionsRequest < Struct.new(
  :recovery_plan_arn,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end