Class: Aws::FIS::Types::GetExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetExperimentRequest
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Note:
When making an API call, you may pass GetExperimentRequest data as a hash:
{
id: "ExperimentId", # required
}
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.
1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1219 class GetExperimentRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |