Class: Aws::FIS::Types::StopExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StopExperimentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the experiment.
Instance Attribute Details
#id ⇒ String
The ID of the experiment.
2343 2344 2345 2346 2347 |
# File 'lib/aws-sdk-fis/types.rb', line 2343 class StopExperimentRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |