Class: Aws::PcaConnectorAd::Types::GetTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::GetTemplateRequest
- Includes:
- Structure
- Defined in:
- 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].
Instance Attribute Details
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html
1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1210 class GetTemplateRequest < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |