Class: Aws::Resiliencehubv2::Types::GetTestTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetTestTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_template_arn ⇒ String
The ARN of the test template to retrieve.
Instance Attribute Details
#test_template_arn ⇒ String
The ARN of the test template to retrieve.
1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1706 class GetTestTemplateRequest < Struct.new( :test_template_arn) SENSITIVE = [] include Aws::Structure end |