Class: Aws::ARCRegionswitch::Types::GetPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::GetPlanResponse
- 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 detailed information about the requested Region switch plan.
Instance Attribute Details
#plan ⇒ Types::Plan
The detailed information about the requested Region switch plan.
1059 1060 1061 1062 1063 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1059 class GetPlanResponse < Struct.new( :plan) SENSITIVE = [] include Aws::Structure end |