Class: Aws::FIS::Types::ExperimentTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplate
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Hash<String,Types::ExperimentTemplateAction>
The actions for the experiment.
-
#creation_time ⇒ Time
The time the experiment template was created.
-
#description ⇒ String
The description for the experiment template.
-
#id ⇒ String
The ID of the experiment template.
-
#last_update_time ⇒ Time
The time the experiment template was last updated.
-
#log_configuration ⇒ Types::ExperimentTemplateLogConfiguration
The configuration for experiment logging.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role.
-
#stop_conditions ⇒ Array<Types::ExperimentTemplateStopCondition>
The stop conditions for the experiment.
-
#tags ⇒ Hash<String,String>
The tags for the experiment template.
-
#targets ⇒ Hash<String,Types::ExperimentTemplateTarget>
The targets for the experiment.
Instance Attribute Details
#actions ⇒ Hash<String,Types::ExperimentTemplateAction>
The actions for the experiment.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the experiment template was created.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the experiment template.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the experiment template.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time the experiment template was last updated.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#log_configuration ⇒ Types::ExperimentTemplateLogConfiguration
The configuration for experiment logging.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#stop_conditions ⇒ Array<Types::ExperimentTemplateStopCondition>
The stop conditions for the experiment.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the experiment template.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Hash<String,Types::ExperimentTemplateTarget>
The targets for the experiment.
742 743 744 745 746 747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 742 class ExperimentTemplate < Struct.new( :id, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration) SENSITIVE = [] include Aws::Structure end |