Struct aws_sdk_datazone::types::AssetItem
source · #[non_exhaustive]pub struct AssetItem {Show 14 fields
pub domain_id: Option<String>,
pub identifier: Option<String>,
pub name: Option<String>,
pub type_identifier: Option<String>,
pub type_revision: Option<String>,
pub external_identifier: 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 additional_attributes: Option<AssetItemAdditionalAttributes>,
}
Expand description
A Amazon DataZone inventory asset.
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 identifier of the Amazon DataZone domain in which the inventory asset exists.
identifier: Option<String>
the identifier of the Amazon DataZone inventory asset.
name: Option<String>
The name of the Amazon DataZone inventory asset.
type_identifier: Option<String>
The identifier of the asset type of the specified Amazon DataZone inventory asset.
type_revision: Option<String>
The revision of the inventory asset type.
external_identifier: Option<String>
The external identifier of the Amazon DataZone inventory asset.
description: Option<String>
The description of an Amazon DataZone inventory asset.
created_at: Option<DateTime>
The timestamp of when the Amazon DataZone inventory asset was created.
created_by: Option<String>
The Amazon DataZone user who created the inventory asset.
first_revision_created_at: Option<DateTime>
The timestamp of when the first revision of the inventory asset was created.
first_revision_created_by: Option<String>
The Amazon DataZone user who created the first revision of the inventory asset.
glossary_terms: Option<Vec<String>>
The glossary terms attached to the Amazon DataZone inventory asset.
owning_project_id: Option<String>
The identifier of the Amazon DataZone project that owns the inventory asset.
additional_attributes: Option<AssetItemAdditionalAttributes>
The additional attributes of a Amazon DataZone inventory asset.
Implementations§
source§impl AssetItem
impl AssetItem
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The identifier of the Amazon DataZone domain in which the inventory asset exists.
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
the identifier of the Amazon DataZone inventory asset.
sourcepub fn type_identifier(&self) -> Option<&str>
pub fn type_identifier(&self) -> Option<&str>
The identifier of the asset type of the specified Amazon DataZone inventory asset.
sourcepub fn type_revision(&self) -> Option<&str>
pub fn type_revision(&self) -> Option<&str>
The revision of the inventory asset type.
sourcepub fn external_identifier(&self) -> Option<&str>
pub fn external_identifier(&self) -> Option<&str>
The external identifier of the Amazon DataZone inventory asset.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of an Amazon DataZone inventory asset.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the Amazon DataZone inventory asset was created.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who created the inventory 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 inventory 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 inventory asset.
sourcepub fn glossary_terms(&self) -> Option<&[String]>
pub fn glossary_terms(&self) -> Option<&[String]>
The glossary terms attached to the Amazon DataZone inventory asset.
sourcepub fn owning_project_id(&self) -> Option<&str>
pub fn owning_project_id(&self) -> Option<&str>
The identifier of the Amazon DataZone project that owns the inventory asset.
sourcepub fn additional_attributes(&self) -> Option<&AssetItemAdditionalAttributes>
pub fn additional_attributes(&self) -> Option<&AssetItemAdditionalAttributes>
The additional attributes of a Amazon DataZone inventory asset.