Class: Aws::ARCZonalShift::Types::DeletePracticeRunConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-arczonalshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_identifierString

The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.



436
437
438
439
440
# File 'lib/aws-sdk-arczonalshift/types.rb', line 436

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