Class: Aws::FIS::Types::CreateExperimentTemplateResponse

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.



287
288
289
290
291
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 287

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