Class: Aws::FIS::Types::ExperimentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentSummary
- Includes:
- Structure
- Defined in:
- 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 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.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/aws-sdk-fis/types.rb', line 820 class ExperimentSummary < Struct.new( :id, :arn, :experiment_template_id, :state, :creation_time, :tags, :experiment_options) SENSITIVE = [] include Aws::Structure end |