Class: Aws::ARCRegionswitch::Types::GetPlanResponse

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 detailed information about the requested Region switch plan.

Returns:



1366
1367
1368
1369
1370
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1366

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