Class: Aws::Types::CreateDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::AttachmentsSource]
Returns the value of attribute attachments.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#requires ⇒ ::Array[Types::DocumentRequires]
Returns the value of attribute requires.
-
#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
#attachments ⇒ ::Array[Types::AttachmentsSource]
Returns the value of attribute attachments.
718 719 720 |
# File 'sig/types.rbs', line 718 def @attachments end |
#content ⇒ ::String
Returns the value of attribute content.
716 717 718 |
# File 'sig/types.rbs', line 716 def content @content end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
720 721 722 |
# File 'sig/types.rbs', line 720 def display_name @display_name end |
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
723 724 725 |
# File 'sig/types.rbs', line 723 def document_format @document_format end |
#document_type ⇒ "Command", ...
Returns the value of attribute document_type.
722 723 724 |
# File 'sig/types.rbs', line 722 def document_type @document_type end |
#name ⇒ ::String
Returns the value of attribute name.
719 720 721 |
# File 'sig/types.rbs', line 719 def name @name end |
#requires ⇒ ::Array[Types::DocumentRequires]
Returns the value of attribute requires.
717 718 719 |
# File 'sig/types.rbs', line 717 def requires @requires end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
725 726 727 |
# File 'sig/types.rbs', line 725 def @tags end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
724 725 726 |
# File 'sig/types.rbs', line 724 def target_type @target_type end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
721 722 723 |
# File 'sig/types.rbs', line 721 def version_name @version_name end |