Class: Aws::WorkDocs::Types::CreateCustomMetadataRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token]

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)


377
378
379
380
381
382
383
384
# File 'lib/aws-sdk-workdocs/types.rb', line 377

class CreateCustomMetadataRequest < Struct.new(
  :authentication_token,
  :resource_id,
  :version_id,
  :custom_metadata)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#custom_metadataHash<String,String>

Custom metadata in the form of name-value pairs.

Returns:

  • (Hash<String,String>)


377
378
379
380
381
382
383
384
# File 'lib/aws-sdk-workdocs/types.rb', line 377

class CreateCustomMetadataRequest < Struct.new(
  :authentication_token,
  :resource_id,
  :version_id,
  :custom_metadata)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


377
378
379
380
381
382
383
384
# File 'lib/aws-sdk-workdocs/types.rb', line 377

class CreateCustomMetadataRequest < Struct.new(
  :authentication_token,
  :resource_id,
  :version_id,
  :custom_metadata)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#version_idString

The ID of the version, if the custom metadata is being added to a document version.

Returns:

  • (String)


377
378
379
380
381
382
383
384
# File 'lib/aws-sdk-workdocs/types.rb', line 377

class CreateCustomMetadataRequest < Struct.new(
  :authentication_token,
  :resource_id,
  :version_id,
  :custom_metadata)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end