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:



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