Class: Aws::Drs::Types::ListRecoveryPlanExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlanExecutionsRequest
- 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
Filter executions by Recovery Plan ARN.
-
#status ⇒ String
Filter executions by status.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return.
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.
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.
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.
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 |