Class: Aws::WorkDocs::Types::CreateCustomMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateCustomMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#custom_metadata ⇒ Hash<String,String>
Custom metadata in the form of name-value pairs.
-
#resource_id ⇒ String
The ID of the resource.
-
#version_id ⇒ String
The ID of the version, if the custom metadata is being added to a document version.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
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_metadata ⇒ Hash<String,String>
Custom metadata in the form of name-value pairs.
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_id ⇒ String
The ID of the resource.
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_id ⇒ String
The ID of the version, if the custom metadata is being added to a document version.
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 |