Class: Aws::Types::DescribeProvisioningTemplateVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProvisioningTemplateVersionResponse
- 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.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def creation_date @creation_date end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def is_default_version @is_default_version end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def template_body @template_body end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def version_id @version_id end |