Class: Aws::FIS::Types::GetExperimentTemplateResponse

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.



1374
1375
1376
1377
1378
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1374

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