Class: Aws::PcaConnectorAd::Types::TemplateRevision

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

Overview

The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#major_revisionInteger

The revision version of the template. Re-enrolling all certificate holders will increment the major revision.

Returns:

  • (Integer)


2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2379

class TemplateRevision < Struct.new(
  :major_revision,
  :minor_revision)
  SENSITIVE = []
  include Aws::Structure
end

#minor_revisionInteger

The revision version of the template. Re-enrolling all certificate holders will increment the major revision.

Returns:

  • (Integer)


2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2379

class TemplateRevision < Struct.new(
  :major_revision,
  :minor_revision)
  SENSITIVE = []
  include Aws::Structure
end