Class: Aws::FIS::Types::GetExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetExperimentRequest
- 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.
1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-fis/types.rb', line 1340 class GetExperimentRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |