Class: Aws::FIS::Types::ExperimentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
-
#creation_time ⇒ Time
The time that the experiment was created.
-
#experiment_options ⇒ Types::ExperimentOptions
The experiment options for the experiment.
-
#experiment_template_id ⇒ String
The ID of the experiment template.
-
#id ⇒ String
The ID of the experiment.
-
#state ⇒ Types::ExperimentState
The state of the experiment.
-
#tags ⇒ Hash<String,String>
The tags for the experiment.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the experiment was created.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |
#experiment_options ⇒ Types::ExperimentOptions
The experiment options for the experiment.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
The ID of the experiment template.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the experiment.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::ExperimentState
The state of the experiment.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the experiment.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1046 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |