Class: Aws::Types::ProvisioningTemplateVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningTemplateVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4142 4143 4144 |
# File 'sig/types.rbs', line 4142 def creation_date @creation_date end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
4143 4144 4145 |
# File 'sig/types.rbs', line 4143 def is_default_version @is_default_version end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
4141 4142 4143 |
# File 'sig/types.rbs', line 4141 def version_id @version_id end |