Class: Aws::ARCRegionswitch::Types::GetPlanExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::GetPlanExecutionRequest
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The execution identifier of a plan execution.
-
#max_results ⇒ Integer
The number of objects that you want to return with this call.
-
#next_token ⇒ String
Specifies that you want to receive the next page of results.
-
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan with the execution to retrieve.
Instance Attribute Details
#execution_id ⇒ String
The execution identifier of a plan execution.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1029 class GetPlanExecutionRequest < Struct.new( :plan_arn, :execution_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of objects that you want to return with this call.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1029 class GetPlanExecutionRequest < Struct.new( :plan_arn, :execution_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies that you want to receive the next page of results. Valid
only if you received a nextToken response in the previous request.
If you did, it indicates that more output is available. Set this
parameter to the value provided by the previous call's nextToken
response to request the next page of results.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1029 class GetPlanExecutionRequest < Struct.new( :plan_arn, :execution_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan with the execution to retrieve.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1029 class GetPlanExecutionRequest < Struct.new( :plan_arn, :execution_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |