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