Class: Aws::ARCRegionswitch::Types::UpdatePlanResponse

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

#planTypes::Plan

The details of the updated Region switch plan.

Returns:



2511
2512
2513
2514
2515
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2511

class UpdatePlanResponse < Struct.new(
  :plan)
  SENSITIVE = []
  include Aws::Structure
end