Class: Aws::ARCRegionswitch::Types::StartPlanExecutionResponse

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

#activate_regionString

The Amazon Web Services Region to activate.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2208

class StartPlanExecutionResponse < Struct.new(
  :execution_id,
  :plan,
  :plan_version,
  :activate_region,
  :deactivate_region)
  SENSITIVE = []
  include Aws::Structure
end

#deactivate_regionString

The Amazon Web Services Region to deactivate.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2208

class StartPlanExecutionResponse < Struct.new(
  :execution_id,
  :plan,
  :plan_version,
  :activate_region,
  :deactivate_region)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The execution identifier of a plan execution.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2208

class StartPlanExecutionResponse < Struct.new(
  :execution_id,
  :plan,
  :plan_version,
  :activate_region,
  :deactivate_region)
  SENSITIVE = []
  include Aws::Structure
end

#planString

The details of the Region switch plan.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2208

class StartPlanExecutionResponse < Struct.new(
  :execution_id,
  :plan,
  :plan_version,
  :activate_region,
  :deactivate_region)
  SENSITIVE = []
  include Aws::Structure
end

#plan_versionString

The version of the plan, a unique number generated by Region switch.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2208

class StartPlanExecutionResponse < Struct.new(
  :execution_id,
  :plan,
  :plan_version,
  :activate_region,
  :deactivate_region)
  SENSITIVE = []
  include Aws::Structure
end