Class: Aws::FIS::Types::StopExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StopExperimentRequest
- Defined in:
- gems/aws-sdk-fis/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.
1945 1946 1947 1948 1949 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1945 class StopExperimentRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |