Class: Aws::ARCRegionswitch::Types::GetPlanInRegionResponse

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 Region switch plan.

Returns:



1316
1317
1318
1319
1320
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1316

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