Class: Aws::Types::UpdateDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
-
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
831 832 833 |
# File 'sig/types.rbs', line 831 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
832 833 834 |
# File 'sig/types.rbs', line 832 def document_id @document_id end |
#name ⇒ ::String
Returns the value of attribute name.
833 834 835 |
# File 'sig/types.rbs', line 833 def name @name end |
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def parent_folder_id @parent_folder_id end |
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
835 836 837 |
# File 'sig/types.rbs', line 835 def resource_state @resource_state end |