Class: Aws::FIS::Types::GetExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetExperimentResponse
- 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.
1693 1694 1695 1696 1697 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1693 class GetExperimentResponse < Struct.new( :experiment) SENSITIVE = [] include Aws::Structure end |