Class: Aws::ARCRegionswitch::Types::DeletePlanRequest

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.

Returns:

  • (String)


467
468
469
470
471
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 467

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