Class: Aws::ARCRegionswitch::Types::CreatePlanResponse

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

Returns:



420
421
422
423
424
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 420

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