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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-fis/types.rb', line 1553

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)


1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-fis/types.rb', line 1553

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)


1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-fis/types.rb', line 1553

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)


1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-fis/types.rb', line 1553

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)


1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-fis/types.rb', line 1553

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>)


1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-fis/types.rb', line 1553

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