class Aws::FIS::Types::Experiment

Describes an experiment.

@!attribute [rw] id

The ID of the experiment.
@return [String]

@!attribute [rw] experiment_template_id

The ID of the experiment template.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of an IAM role that grants the AWS
FIS service permission to perform service actions on your behalf.
@return [String]

@!attribute [rw] state

The state of the experiment.
@return [Types::ExperimentState]

@!attribute [rw] targets

The targets for the experiment.
@return [Hash<String,Types::ExperimentTarget>]

@!attribute [rw] actions

The actions for the experiment.
@return [Hash<String,Types::ExperimentAction>]

@!attribute [rw] stop_conditions

The stop conditions for the experiment.
@return [Array<Types::ExperimentStopCondition>]

@!attribute [rw] creation_time

The time the experiment was created.
@return [Time]

@!attribute [rw] start_time

The time that the experiment was started.
@return [Time]

@!attribute [rw] end_time

The time that the experiment ended.
@return [Time]

@!attribute [rw] tags

The tags for the experiment.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/Experiment AWS API Documentation

Constants

SENSITIVE