Class: Aws::Types::UpdateDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDocumentRequest
- 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_version ⇒ ::String
Returns the value of attribute document_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
4484 4485 4486 |
# File 'sig/types.rbs', line 4484 def @attachments end |
#content ⇒ ::String
Returns the value of attribute content.
4483 4484 4485 |
# File 'sig/types.rbs', line 4483 def content @content end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
4486 4487 4488 |
# File 'sig/types.rbs', line 4486 def display_name @display_name end |
#document_format ⇒ "YAML", ...
Returns the value of attribute document_format.
4489 4490 4491 |
# File 'sig/types.rbs', line 4489 def document_format @document_format end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
4488 4489 4490 |
# File 'sig/types.rbs', line 4488 def document_version @document_version end |
#name ⇒ ::String
Returns the value of attribute name.
4485 4486 4487 |
# File 'sig/types.rbs', line 4485 def name @name end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
4490 4491 4492 |
# File 'sig/types.rbs', line 4490 def target_type @target_type end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
4487 4488 4489 |
# File 'sig/types.rbs', line 4487 def version_name @version_name end |