Class: Aws::FIS::Types::ExperimentSummary

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

Overview

Provides a summary of an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the experiment was created.

Returns:

  • (Time)


789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_optionsTypes::ExperimentOptions

The experiment options for the experiment.



789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_template_idString

The ID of the experiment template.

Returns:

  • (String)


789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the experiment.

Returns:

  • (String)


789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ExperimentState

The state of the experiment.



789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the experiment.

Returns:

  • (Hash<String,String>)


789
790
791
792
793
794
795
796
797
798
799
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 789

class ExperimentSummary < Struct.new(
  :id,
  :arn,
  :experiment_template_id,
  :state,
  :creation_time,
  :tags,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end