Class: Aws::FIS::Types::StopExperimentResponse

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:



1859
1860
1861
1862
1863
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1859

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