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