Class: Aws::FIS::Types::ExperimentTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateSummary
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Provides a summary of an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the experiment template was created.
-
#description ⇒ String
The description of the experiment template.
-
#id ⇒ String
The ID of the experiment template.
-
#last_update_time ⇒ Time
The time that the experiment template was last updated.
-
#tags ⇒ Hash<String,String>
The tags for the experiment template.
Instance Attribute Details
#creation_time ⇒ Time
The time that the experiment template was created.
1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1070 class ExperimentTemplateSummary < Struct.new( :id, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the experiment template.
1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1070 class ExperimentTemplateSummary < Struct.new( :id, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the experiment template.
1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1070 class ExperimentTemplateSummary < Struct.new( :id, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time that the experiment template was last updated.
1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1070 class ExperimentTemplateSummary < Struct.new( :id, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the experiment template.
1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1070 class ExperimentTemplateSummary < Struct.new( :id, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |