Class: Aws::WorkDocs::Types::UpdateDocumentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
2846
2847
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2839

class UpdateDocumentRequest < Struct.new(
  :authentication_token,
  :document_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#document_idString

The ID of the document.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
2846
2847
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2839

class UpdateDocumentRequest < Struct.new(
  :authentication_token,
  :document_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#nameString

The name of the document.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
2846
2847
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2839

class UpdateDocumentRequest < Struct.new(
  :authentication_token,
  :document_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#parent_folder_idString

The ID of the parent folder.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
2846
2847
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2839

class UpdateDocumentRequest < Struct.new(
  :authentication_token,
  :document_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#resource_stateString

The resource state of the document. Only ACTIVE and RECYCLED are supported.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
2846
2847
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2839

class UpdateDocumentRequest < Struct.new(
  :authentication_token,
  :document_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end