Class: Aws::FIS::Types::UpdateExperimentTemplateResponse

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.



2148
2149
2150
2151
2152
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2148

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