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.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the experiment template.
-
#creation_time ⇒ Time
The time the experiment template was created.
-
#description ⇒ String
The description for the experiment template.
-
#experiment_options ⇒ Types::ExperimentTemplateExperimentOptions
The experiment options for an 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.
-
#target_account_configurations_count ⇒ Integer
The count of target account configurations 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.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the experiment template.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the experiment template was created.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the experiment template.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#experiment_options ⇒ Types::ExperimentTemplateExperimentOptions
The experiment options for an experiment template.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the experiment template.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time the experiment template was last updated.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#log_configuration ⇒ Types::ExperimentTemplateLogConfiguration
The configuration for experiment logging.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#stop_conditions ⇒ Array<Types::ExperimentTemplateStopCondition>
The stop conditions for the experiment.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the experiment template.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#target_account_configurations_count ⇒ Integer
The count of target account configurations for the experiment template.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Hash<String,Types::ExperimentTemplateTarget>
The targets for the experiment.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 998 class ExperimentTemplate < Struct.new( :id, :arn, :description, :targets, :actions, :stop_conditions, :creation_time, :last_update_time, :role_arn, :tags, :log_configuration, :experiment_options, :target_account_configurations_count) SENSITIVE = [] include Aws::Structure end |