Struct aws_sdk_datazone::operation::get_glossary::GetGlossaryOutput
source · #[non_exhaustive]pub struct GetGlossaryOutput {
pub domain_id: Option<String>,
pub id: Option<String>,
pub owning_project_id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub status: Option<GlossaryStatus>,
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 exists.
id: Option<String>
The ID of the business glossary.
owning_project_id: Option<String>
The ID of the project that owns this business glossary.
name: Option<String>
The name of the business glossary.
description: Option<String>
The description of the business glossary.
status: Option<GlossaryStatus>
The status of the business glossary.
created_at: Option<DateTime>
The timestamp of when this business glossary was created.
created_by: Option<String>
The Amazon DataZone user who created this business glossary.
updated_at: Option<DateTime>
The timestamp of when the business glossary was updated.
updated_by: Option<String>
The Amazon DataZone user who updated the business glossary.
Implementations§
source§impl GetGlossaryOutput
impl GetGlossaryOutput
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 exists.
sourcepub fn owning_project_id(&self) -> Option<&str>
pub fn owning_project_id(&self) -> Option<&str>
The ID of the project that owns this business glossary.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the business glossary.
sourcepub fn status(&self) -> Option<&GlossaryStatus>
pub fn status(&self) -> Option<&GlossaryStatus>
The status of the business glossary.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when this business glossary was created.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who created this business glossary.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the business glossary 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.
source§impl GetGlossaryOutput
impl GetGlossaryOutput
sourcepub fn builder() -> GetGlossaryOutputBuilder
pub fn builder() -> GetGlossaryOutputBuilder
Creates a new builder-style object to manufacture GetGlossaryOutput
.
Trait Implementations§
source§impl Clone for GetGlossaryOutput
impl Clone for GetGlossaryOutput
source§fn clone(&self) -> GetGlossaryOutput
fn clone(&self) -> GetGlossaryOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetGlossaryOutput
impl Debug for GetGlossaryOutput
source§impl PartialEq for GetGlossaryOutput
impl PartialEq for GetGlossaryOutput
source§fn eq(&self, other: &GetGlossaryOutput) -> bool
fn eq(&self, other: &GetGlossaryOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetGlossaryOutput
impl RequestId for GetGlossaryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.