Class: Aws::Types::TemplateSSMDocumentDetails
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSSMDocumentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
Instance Attribute Details
#document_name ⇒ ::String
Returns the value of attribute document_name.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def document_version @document_version end |