Class: Aws::FIS::Types::DeleteExperimentTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the experiment template.

Returns:

  • (String)


433
434
435
436
437
# File 'lib/aws-sdk-fis/types.rb', line 433

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