Class: Aws::Types::DocumentDescription
- Inherits:
-
Object
- Object
- Aws::Types::DocumentDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approved_version ⇒ ::String
Returns the value of attribute approved_version.
-
#attachments_information ⇒ ::Array[Types::AttachmentInformation]
Returns the value of attribute attachments_information.
-
#author ⇒ ::String
Returns the value of attribute author.
-
#category ⇒ ::Array[::String]
Returns the value of attribute category.
-
#category_enum ⇒ ::Array[::String]
Returns the value of attribute category_enum.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#default_version ⇒ ::String
Returns the value of attribute default_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#hash ⇒ ::String
Returns the value of attribute hash.
-
#hash_type ⇒ "Sha256", "Sha1"
Returns the value of attribute hash_type.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parameters ⇒ ::Array[Types::DocumentParameter]
Returns the value of attribute parameters.
-
#pending_review_version ⇒ ::String
Returns the value of attribute pending_review_version.
-
#platform_types ⇒ ::Array[("Windows" | "Linux" | "MacOS")]
Returns the value of attribute platform_types.
-
#requires ⇒ ::Array[Types::DocumentRequires]
Returns the value of attribute requires.
-
#review_information ⇒ ::Array[Types::ReviewInformation]
Returns the value of attribute review_information.
-
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#sha_1 ⇒ ::String
Returns the value of attribute sha_1.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_information ⇒ ::String
Returns the value of attribute status_information.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_type ⇒ ::String
Returns the value of attribute target_type.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#approved_version ⇒ ::String
Returns the value of attribute approved_version.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def approved_version @approved_version end |
#attachments_information ⇒ ::Array[Types::AttachmentInformation]
Returns the value of attribute attachments_information.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def @attachments_information end |
#author ⇒ ::String
Returns the value of attribute author.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def @author end |
#category ⇒ ::Array[::String]
Returns the value of attribute category.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def category @category end |
#category_enum ⇒ ::Array[::String]
Returns the value of attribute category_enum.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def category_enum @category_enum end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def created_date @created_date end |
#default_version ⇒ ::String
Returns the value of attribute default_version.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def default_version @default_version end |
#description ⇒ ::String
Returns the value of attribute description.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def display_name @display_name end |
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def document_format @document_format end |
#document_type ⇒ "Command", ...
Returns the value of attribute document_type.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def document_type @document_type end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def document_version @document_version end |
#hash ⇒ ::String
Returns the value of attribute hash.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def hash @hash end |
#hash_type ⇒ "Sha256", "Sha1"
Returns the value of attribute hash_type.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def hash_type @hash_type end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def latest_version @latest_version end |
#name ⇒ ::String
Returns the value of attribute name.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def owner @owner end |
#parameters ⇒ ::Array[Types::DocumentParameter]
Returns the value of attribute parameters.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def parameters @parameters end |
#pending_review_version ⇒ ::String
Returns the value of attribute pending_review_version.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def pending_review_version @pending_review_version end |
#platform_types ⇒ ::Array[("Windows" | "Linux" | "MacOS")]
Returns the value of attribute platform_types.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def platform_types @platform_types end |
#requires ⇒ ::Array[Types::DocumentRequires]
Returns the value of attribute requires.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def requires @requires end |
#review_information ⇒ ::Array[Types::ReviewInformation]
Returns the value of attribute review_information.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def review_information @review_information end |
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def review_status @review_status end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def schema_version @schema_version end |
#sha_1 ⇒ ::String
Returns the value of attribute sha_1.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def sha_1 @sha_1 end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def status @status end |
#status_information ⇒ ::String
Returns the value of attribute status_information.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def status_information @status_information end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def @tags end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def target_type @target_type end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def version_name @version_name end |