Class: Aws::Resiliencehubv2::Types::TestTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::TestTemplateSummary
- 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
-
#description ⇒ String
A description of the test template.
-
#name ⇒ String
The name of the test template.
-
#test_template_arn ⇒ String
The ARN of the test template.
Instance Attribute Details
#description ⇒ String
A description of the test template.
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 |
#name ⇒ String
The name of the test template.
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_arn ⇒ String
The ARN of the test template.
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 |