Struct aws_sdk_workdocs::input::CreateCustomMetadataInput
source · [−]#[non_exhaustive]pub struct CreateCustomMetadataInput {
pub authentication_token: Option<String>,
pub resource_id: Option<String>,
pub version_id: Option<String>,
pub custom_metadata: Option<HashMap<String, String>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.authentication_token: Option<String>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
resource_id: Option<String>
The ID of the resource.
version_id: Option<String>
The ID of the version, if the custom metadata is being added to a document version.
custom_metadata: Option<HashMap<String, String>>
Custom metadata in the form of name-value pairs.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCustomMetadata, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCustomMetadata, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateCustomMetadata
>
Creates a new builder-style object to manufacture CreateCustomMetadataInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the resource.
The ID of the version, if the custom metadata is being added to a document version.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateCustomMetadataInput
impl Send for CreateCustomMetadataInput
impl Sync for CreateCustomMetadataInput
impl Unpin for CreateCustomMetadataInput
impl UnwindSafe for CreateCustomMetadataInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more