Class: Aws::FIS::Types::StartExperimentResponse

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

#experimentTypes::Experiment

Information about the experiment.

Returns:



1835
1836
1837
1838
1839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1835

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