Class: Aws::ARCRegionswitch::Types::UpdatePlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::UpdatePlanResponse
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plan ⇒ Types::Plan
The details of the updated Region switch plan.
Instance Attribute Details
#plan ⇒ Types::Plan
The details of the updated Region switch plan.
2214 2215 2216 2217 2218 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2214 class UpdatePlanResponse < Struct.new( :plan) SENSITIVE = [] include Aws::Structure end |