Class: Aws::PcaConnectorAd::Types::GetTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::GetTemplateRequest
- Defined in:
- gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate][1].
Instance Attribute Details
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
1211 1212 1213 1214 1215 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1211 class GetTemplateRequest < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |