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:



2355
2356
2357
2358
2359
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2355

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