Struct aws_sdk_datazone::operation::get_asset::GetAssetOutput
source · #[non_exhaustive]pub struct GetAssetOutput {Show 17 fields
pub id: Option<String>,
pub name: Option<String>,
pub type_identifier: Option<String>,
pub type_revision: Option<String>,
pub external_identifier: Option<String>,
pub revision: Option<String>,
pub description: Option<String>,
pub created_at: Option<DateTime>,
pub created_by: Option<String>,
pub first_revision_created_at: Option<DateTime>,
pub first_revision_created_by: Option<String>,
pub glossary_terms: Option<Vec<String>>,
pub owning_project_id: Option<String>,
pub domain_id: Option<String>,
pub listing: Option<AssetListingDetails>,
pub forms_output: Option<Vec<FormOutput>>,
pub read_only_forms_output: Option<Vec<FormOutput>>,
/* 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 the asset.
name: Option<String>
The name of the asset.
type_identifier: Option<String>
The ID of the asset type.
type_revision: Option<String>
The revision of the asset type.
external_identifier: Option<String>
revision: Option<String>
The revision of the asset.
description: Option<String>
The description of the Amazon DataZone asset.
created_at: Option<DateTime>
The timestamp of when the asset was created.
created_by: Option<String>
The Amazon DataZone user who created the asset.
first_revision_created_at: Option<DateTime>
The timestamp of when the first revision of the asset was created.
first_revision_created_by: Option<String>
The Amazon DataZone user who created the first revision of the asset.
glossary_terms: Option<Vec<String>>
The business glossary terms attached to the asset.
owning_project_id: Option<String>
The ID of the project that owns the asset.
domain_id: Option<String>
The ID of the Amazon DataZone domain to which the asset belongs.
listing: Option<AssetListingDetails>
forms_output: Option<Vec<FormOutput>>
The metadata forms attached to the asset.
read_only_forms_output: Option<Vec<FormOutput>>
The read-only metadata forms attached to the asset.
Implementations§
source§impl GetAssetOutput
impl GetAssetOutput
sourcepub fn type_identifier(&self) -> Option<&str>
pub fn type_identifier(&self) -> Option<&str>
The ID of the asset type.
sourcepub fn type_revision(&self) -> Option<&str>
pub fn type_revision(&self) -> Option<&str>
The revision of the asset type.
sourcepub fn external_identifier(&self) -> Option<&str>
pub fn external_identifier(&self) -> Option<&str>
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the Amazon DataZone asset.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the asset was created.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who created the asset.
sourcepub fn first_revision_created_at(&self) -> Option<&DateTime>
pub fn first_revision_created_at(&self) -> Option<&DateTime>
The timestamp of when the first revision of the asset was created.
sourcepub fn first_revision_created_by(&self) -> Option<&str>
pub fn first_revision_created_by(&self) -> Option<&str>
The Amazon DataZone user who created the first revision of the asset.
sourcepub fn glossary_terms(&self) -> Option<&[String]>
pub fn glossary_terms(&self) -> Option<&[String]>
The business glossary terms attached to the asset.
sourcepub fn owning_project_id(&self) -> Option<&str>
pub fn owning_project_id(&self) -> Option<&str>
The ID of the project that owns the asset.
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain to which the asset belongs.
sourcepub fn listing(&self) -> Option<&AssetListingDetails>
pub fn listing(&self) -> Option<&AssetListingDetails>
sourcepub fn forms_output(&self) -> Option<&[FormOutput]>
pub fn forms_output(&self) -> Option<&[FormOutput]>
The metadata forms attached to the asset.
sourcepub fn read_only_forms_output(&self) -> Option<&[FormOutput]>
pub fn read_only_forms_output(&self) -> Option<&[FormOutput]>
The read-only metadata forms attached to the asset.
source§impl GetAssetOutput
impl GetAssetOutput
sourcepub fn builder() -> GetAssetOutputBuilder
pub fn builder() -> GetAssetOutputBuilder
Creates a new builder-style object to manufacture GetAssetOutput
.
Trait Implementations§
source§impl Clone for GetAssetOutput
impl Clone for GetAssetOutput
source§fn clone(&self) -> GetAssetOutput
fn clone(&self) -> GetAssetOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetAssetOutput
impl Debug for GetAssetOutput
source§impl PartialEq for GetAssetOutput
impl PartialEq for GetAssetOutput
source§fn eq(&self, other: &GetAssetOutput) -> bool
fn eq(&self, other: &GetAssetOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetAssetOutput
impl RequestId for GetAssetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.