Class: Aws::Types::GetDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def document_format @document_format end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def document_version @document_version end |
#name ⇒ ::String
Returns the value of attribute name.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def name @name end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def version_name @version_name end |