Class: Aws::PcaConnectorAd::Types::CreateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::CreateTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_arn ⇒ String
If successful, the Amazon Resource Name (ARN) of the template.
Instance Attribute Details
#template_arn ⇒ String
If successful, the Amazon Resource Name (ARN) of the template.
619 620 621 622 623 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 619 class CreateTemplateResponse < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |