#[non_exhaustive]pub struct UpdateGlossaryOutput {
pub domain_id: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub owning_project_id: Option<String>,
pub description: Option<String>,
pub status: Option<GlossaryStatus>,
/* private fields */
}
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.domain_id: Option<String>
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
id: Option<String>
The identifier of the business glossary that is to be updated.
name: Option<String>
The name to be updated as part of the UpdateGlossary
action.
owning_project_id: Option<String>
The identifier of the project in which to update a business glossary.
description: Option<String>
The description to be updated as part of the UpdateGlossary
action.
status: Option<GlossaryStatus>
The status to be updated as part of the UpdateGlossary
action.
Implementations§
source§impl UpdateGlossaryOutput
impl UpdateGlossaryOutput
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The identifier of the business glossary that is to be updated.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name to be updated as part of the UpdateGlossary
action.
sourcepub fn owning_project_id(&self) -> Option<&str>
pub fn owning_project_id(&self) -> Option<&str>
The identifier of the project in which to update a business glossary.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description to be updated as part of the UpdateGlossary
action.
sourcepub fn status(&self) -> Option<&GlossaryStatus>
pub fn status(&self) -> Option<&GlossaryStatus>
The status to be updated as part of the UpdateGlossary
action.
source§impl UpdateGlossaryOutput
impl UpdateGlossaryOutput
sourcepub fn builder() -> UpdateGlossaryOutputBuilder
pub fn builder() -> UpdateGlossaryOutputBuilder
Creates a new builder-style object to manufacture UpdateGlossaryOutput
.
Trait Implementations§
source§impl Clone for UpdateGlossaryOutput
impl Clone for UpdateGlossaryOutput
source§fn clone(&self) -> UpdateGlossaryOutput
fn clone(&self) -> UpdateGlossaryOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateGlossaryOutput
impl Debug for UpdateGlossaryOutput
source§impl PartialEq for UpdateGlossaryOutput
impl PartialEq for UpdateGlossaryOutput
source§fn eq(&self, other: &UpdateGlossaryOutput) -> bool
fn eq(&self, other: &UpdateGlossaryOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateGlossaryOutput
impl RequestId for UpdateGlossaryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.