Class: Aws::ARCRegionswitch::Types::GetPlanInRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::GetPlanInRegionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the plan in Region.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the plan in Region.
1304 1305 1306 1307 1308 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1304 class GetPlanInRegionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |