Class: Aws::ARCRegionswitch::Types::GetPlanInRegionRequest

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

#arnString

The Amazon Resource Name (ARN) of the plan in Region.

Returns:

  • (String)


1023
1024
1025
1026
1027
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1023

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