Class: Aws::PcaConnectorAd::Types::ListTemplatesResponse

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

#next_tokenString

Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1633

class ListTemplatesResponse < Struct.new(
  :next_token,
  :templates)
  SENSITIVE = []
  include Aws::Structure
end

#templatesArray<Types::TemplateSummary>

Custom configuration templates used when issuing a certificate.

Returns:



1633
1634
1635
1636
1637
1638
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1633

class ListTemplatesResponse < Struct.new(
  :next_token,
  :templates)
  SENSITIVE = []
  include Aws::Structure
end