Class: Aws::FIS::Types::Experiment

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

Overview

Describes an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsHash<String,Types::ExperimentAction>

The actions for the experiment.

Returns:



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the experiment was created.

Returns:

  • (Time)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time that the experiment ended.

Returns:

  • (Time)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_optionsTypes::ExperimentOptions

The experiment options for the experiment.



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_template_idString

The ID of the experiment template.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the experiment.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#log_configurationTypes::ExperimentLogConfiguration

The configuration for experiment logging.



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time that the experiment started.

Returns:

  • (Time)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ExperimentState

The state of the experiment.



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#stop_conditionsArray<Types::ExperimentStopCondition>

The stop conditions for the experiment.

Returns:



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the experiment.

Returns:

  • (Hash<String,String>)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_configurations_countInteger

The count of target account configurations for the experiment.

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,Types::ExperimentTarget>

The targets for the experiment.

Returns:



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 545

class Experiment < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :role_arn,
  :state,
  :targets,
  :actions,
  :stop_conditions,
  :creation_time,
  :start_time,
  :end_time,
  :tags,
  :log_configuration,
  :experiment_options,
  :target_account_configurations_count)
  SENSITIVE = []
  include Aws::Structure
end