Class: Aws::PcaConnectorAd::Types::TemplateRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::TemplateRevision
- Includes:
- Structure
- Defined in:
- 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
-
#major_revision ⇒ Integer
The revision version of the template.
-
#minor_revision ⇒ Integer
The revision version of the template.
Instance Attribute Details
#major_revision ⇒ Integer
The revision version of the template. Re-enrolling all certificate holders will increment the major revision.
2379 2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2379 class TemplateRevision < Struct.new( :major_revision, :minor_revision) SENSITIVE = [] include Aws::Structure end |
#minor_revision ⇒ Integer
The revision version of the template. Re-enrolling all certificate holders will increment the major revision.
2379 2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2379 class TemplateRevision < Struct.new( :major_revision, :minor_revision) SENSITIVE = [] include Aws::Structure end |