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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1203
1204
1205
1206
1207
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1203

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