Class: Aws::PcaConnectorAd::Types::DeleteTemplateRequest

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

The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.

Returns:

  • (String)


719
720
721
722
723
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 719

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