Class: Aws::Types::GetDocumentResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments_content ⇒ ::Array[Types::AttachmentContent]
Returns the value of attribute attachments_content.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
-
#document_type ⇒ "Command", ...
Returns the value of attribute document_type.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#requires ⇒ ::Array[Types::DocumentRequires]
Returns the value of attribute requires.
-
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_information ⇒ ::String
Returns the value of attribute status_information.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#attachments_content ⇒ ::Array[Types::AttachmentContent]
Returns the value of attribute attachments_content.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def end |
#content ⇒ ::String
Returns the value of attribute content.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def content @content end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def created_date @created_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def display_name @display_name end |
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def document_format @document_format end |
#document_type ⇒ "Command", ...
Returns the value of attribute document_type.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def document_type @document_type end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def document_version @document_version end |
#name ⇒ ::String
Returns the value of attribute name.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def name @name end |
#requires ⇒ ::Array[Types::DocumentRequires]
Returns the value of attribute requires.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def requires @requires end |
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def review_status @review_status end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def status @status end |
#status_information ⇒ ::String
Returns the value of attribute status_information.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def status_information @status_information end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def version_name @version_name end |