Class: Aws::FIS::Types::DeleteExperimentTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_templateTypes::ExperimentTemplate

Information about the experiment template.



445
446
447
448
449
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 445

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