Class: Aws::PcaConnectorAd::Types::CreateTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_arnString

If successful, the Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


618
619
620
621
622
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 618

class CreateTemplateResponse < Struct.new(
  :template_arn)
  SENSITIVE = []
  include Aws::Structure
end