Class: Aws::FIS::Types::GetExperimentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experimentTypes::Experiment

Information about the experiment.

Returns:



1321
1322
1323
1324
1325
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1321

class GetExperimentResponse < Struct.new(
  :experiment)
  SENSITIVE = []
  include Aws::Structure
end