Class: Aws::Types::DocumentVersionInfo
- Inherits:
-
Object
- Object
- Aws::Types::DocumentVersionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_version ⇒ ::String
Returns the value of attribute document_version.
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def created_date @created_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def display_name @display_name end |
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def document_format @document_format end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def document_version @document_version end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def is_default_version @is_default_version end |
#name ⇒ ::String
Returns the value of attribute name.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def name @name end |
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def review_status @review_status end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def status @status end |
#status_information ⇒ ::String
Returns the value of attribute status_information.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def status_information @status_information end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def version_name @version_name end |