#[non_exhaustive]pub struct GetGlossaryTermOutput {
pub domain_id: Option<String>,
pub glossary_id: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub short_description: Option<String>,
pub long_description: Option<String>,
pub term_relations: Option<TermRelations>,
pub status: Option<GlossaryTermStatus>,
pub created_at: Option<DateTime>,
pub created_by: Option<String>,
pub updated_at: Option<DateTime>,
pub updated_by: Option<String>,
/* 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 ID of the Amazon DataZone domain in which this business glossary term exists.
glossary_id: Option<String>
The ID of the business glossary to which this term belongs.
id: Option<String>
The ID of the business glossary term.
name: Option<String>
The name of the business glossary term.
short_description: Option<String>
The short decription of the business glossary term.
long_description: Option<String>
The long description of the business glossary term.
term_relations: Option<TermRelations>
The relations of the business glossary term.
status: Option<GlossaryTermStatus>
The status of the business glossary term.
created_at: Option<DateTime>
The timestamp of when the business glossary term was created.
created_by: Option<String>
The Amazon DataZone user who created the business glossary.
updated_at: Option<DateTime>
The timestamp of when the business glossary term was updated.
updated_by: Option<String>
The Amazon DataZone user who updated the business glossary term.
Implementations§
source§impl GetGlossaryTermOutput
impl GetGlossaryTermOutput
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain in which this business glossary term exists.
sourcepub fn glossary_id(&self) -> Option<&str>
pub fn glossary_id(&self) -> Option<&str>
The ID of the business glossary to which this term belongs.
sourcepub fn short_description(&self) -> Option<&str>
pub fn short_description(&self) -> Option<&str>
The short decription of the business glossary term.
sourcepub fn long_description(&self) -> Option<&str>
pub fn long_description(&self) -> Option<&str>
The long description of the business glossary term.
sourcepub fn term_relations(&self) -> Option<&TermRelations>
pub fn term_relations(&self) -> Option<&TermRelations>
The relations of the business glossary term.
sourcepub fn status(&self) -> Option<&GlossaryTermStatus>
pub fn status(&self) -> Option<&GlossaryTermStatus>
The status of the business glossary term.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the business glossary term was created.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who created the business glossary.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the business glossary term was updated.
sourcepub fn updated_by(&self) -> Option<&str>
pub fn updated_by(&self) -> Option<&str>
The Amazon DataZone user who updated the business glossary term.
source§impl GetGlossaryTermOutput
impl GetGlossaryTermOutput
sourcepub fn builder() -> GetGlossaryTermOutputBuilder
pub fn builder() -> GetGlossaryTermOutputBuilder
Creates a new builder-style object to manufacture GetGlossaryTermOutput
.
Trait Implementations§
source§impl Clone for GetGlossaryTermOutput
impl Clone for GetGlossaryTermOutput
source§fn clone(&self) -> GetGlossaryTermOutput
fn clone(&self) -> GetGlossaryTermOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetGlossaryTermOutput
impl Debug for GetGlossaryTermOutput
source§impl PartialEq for GetGlossaryTermOutput
impl PartialEq for GetGlossaryTermOutput
source§fn eq(&self, other: &GetGlossaryTermOutput) -> bool
fn eq(&self, other: &GetGlossaryTermOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetGlossaryTermOutput
impl RequestId for GetGlossaryTermOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.