Class: Aws::FIS::Types::StartExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StartExperimentResponse
- 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.
2331 2332 2333 2334 2335 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2331 class StartExperimentResponse < Struct.new( :experiment) SENSITIVE = [] include Aws::Structure end |