Class: Aws::Resiliencehubv2::Types::TestTemplateSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Contains summary information about a test template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the test template.

Returns:

  • (String)


5931
5932
5933
5934
5935
5936
5937
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5931

class TestTemplateSummary < Struct.new(
  :test_template_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test template.

Returns:

  • (String)


5931
5932
5933
5934
5935
5936
5937
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5931

class TestTemplateSummary < Struct.new(
  :test_template_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#test_template_arnString

The ARN of the test template.

Returns:

  • (String)


5931
5932
5933
5934
5935
5936
5937
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5931

class TestTemplateSummary < Struct.new(
  :test_template_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end