Class: Aws::ARCRegionswitch::Types::GetPlanInRegionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::GetPlanInRegionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plan ⇒ Types::Plan
The details of the Region switch plan.
Instance Attribute Details
#plan ⇒ Types::Plan
The details of the Region switch plan.
1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1215 class GetPlanInRegionResponse < Struct.new( :plan) SENSITIVE = [] include Aws::Structure end |