Class: Aws::WellArchitected::Types::GetReviewTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetReviewTemplateInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_arn ⇒ String
The review template ARN.
Instance Attribute Details
#template_arn ⇒ String
The review template ARN.
3826 3827 3828 3829 3830 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3826 class GetReviewTemplateInput < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |