Class: Aws::FIS::Types::DeleteExperimentTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::DeleteExperimentTemplateResponse
- Defined in:
- gems/aws-sdk-fis/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.
481 482 483 484 485 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 481 class DeleteExperimentTemplateResponse < Struct.new( :experiment_template) SENSITIVE = [] include Aws::Structure end |