Class: Aws::ARCRegionswitch::Types::ListPlanExecutionEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The execution identifier of a plan execution.

Returns:

  • (String)


1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1429

class ListPlanExecutionEventsRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of objects that you want to return with this call.

Returns:

  • (Integer)


1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1429

class ListPlanExecutionEventsRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the plan execution event.

Returns:

  • (String)


1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1429

class ListPlanExecutionEventsRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1429

class ListPlanExecutionEventsRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#plan_arnString

The Amazon Resource Name (ARN) of the plan.

Returns:

  • (String)


1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1429

class ListPlanExecutionEventsRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end