Class: Aws::FIS::Types::StopExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StopExperimentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment ⇒ Types::Experiment
Information about the experiment.
Instance Attribute Details
#experiment ⇒ Types::Experiment
Information about the experiment.
1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-fis/types.rb', line 1957 class StopExperimentResponse < Struct.new( :experiment) SENSITIVE = [] include Aws::Structure end |