Class: Aws::Types::TemplateRevision
- Inherits:
-
Object
- Object
- Aws::Types::TemplateRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#major_revision ⇒ ::Integer
Returns the value of attribute major_revision.
-
#minor_revision ⇒ ::Integer
Returns the value of attribute minor_revision.
Instance Attribute Details
#major_revision ⇒ ::Integer
Returns the value of attribute major_revision.
599 600 601 |
# File 'sig/types.rbs', line 599 def major_revision @major_revision end |
#minor_revision ⇒ ::Integer
Returns the value of attribute minor_revision.
600 601 602 |
# File 'sig/types.rbs', line 600 def minor_revision @minor_revision end |