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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the experiment template.
-
#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
#arn ⇒ String
The Amazon Resource Name (ARN) of the experiment template.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1212 class ExperimentTemplateSummary < Struct.new( :id, :arn, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the experiment template was created.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1212 class ExperimentTemplateSummary < Struct.new( :id, :arn, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the experiment template.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1212 class ExperimentTemplateSummary < Struct.new( :id, :arn, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the experiment template.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1212 class ExperimentTemplateSummary < Struct.new( :id, :arn, :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.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1212 class ExperimentTemplateSummary < Struct.new( :id, :arn, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the experiment template.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1212 class ExperimentTemplateSummary < Struct.new( :id, :arn, :description, :creation_time, :last_update_time, :tags) SENSITIVE = [] include Aws::Structure end |