Class: Aws::FIS::Types::CreateExperimentTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::CreateExperimentTemplateResponse
- 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.
287 288 289 290 291 |
# File 'lib/aws-sdk-fis/types.rb', line 287 class CreateExperimentTemplateResponse < Struct.new( :experiment_template) SENSITIVE = [] include Aws::Structure end |