Class: Aws::ARCRegionswitch::Types::GetPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::GetPlanRequest
- 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.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the plan.
1227 1228 1229 1230 1231 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1227 class GetPlanRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |