Class: Aws::FIS::Types::ExperimentTemplateSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the experiment template.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1181

class ExperimentTemplateSummary < Struct.new(
  :id,
  :arn,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the experiment template was created.

Returns:

  • (Time)


1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1181

class ExperimentTemplateSummary < Struct.new(
  :id,
  :arn,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the experiment template.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1181

class ExperimentTemplateSummary < Struct.new(
  :id,
  :arn,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the experiment template.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1181

class ExperimentTemplateSummary < Struct.new(
  :id,
  :arn,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The time that the experiment template was last updated.

Returns:

  • (Time)


1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1181

class ExperimentTemplateSummary < Struct.new(
  :id,
  :arn,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the experiment template.

Returns:

  • (Hash<String,String>)


1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1181

class ExperimentTemplateSummary < Struct.new(
  :id,
  :arn,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end