Class: Aws::FIS::Types::UpdateExperimentTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_template ⇒ Types::ExperimentTemplate
Information about the experiment template.
Instance Attribute Details
#experiment_template ⇒ Types::ExperimentTemplate
Information about the experiment template.
2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-fis/types.rb', line 2246 class UpdateExperimentTemplateResponse < Struct.new( :experiment_template) SENSITIVE = [] include Aws::Structure end |