Class: Aws::FIS::Types::StopExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StopExperimentResponse
- Defined in:
- gems/aws-sdk-fis/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.
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 |