#[non_exhaustive]pub struct CreateAssetTypeOutput {
pub domain_id: Option<String>,
pub name: Option<String>,
pub revision: Option<String>,
pub description: Option<String>,
pub forms_output: Option<HashMap<String, FormEntryOutput>>,
pub owning_project_id: Option<String>,
pub origin_domain_id: Option<String>,
pub origin_project_id: Option<String>,
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 the asset type was created.
name: Option<String>The name of the asset type.
revision: Option<String>The revision of the custom asset type.
description: Option<String>The description of the custom asset type.
forms_output: Option<HashMap<String, FormEntryOutput>>The metadata forms that are attached to the asset type.
owning_project_id: Option<String>The ID of the Amazon DataZone project that currently owns this asset type.
origin_domain_id: Option<String>The ID of the Amazon DataZone domain where the asset type was originally created.
origin_project_id: Option<String>The ID of the Amazon DataZone project where the asset type was originally created.
created_at: Option<DateTime>The timestamp of when the asset type is to be created.
created_by: Option<String>The Amazon DataZone user who creates this custom asset type.
updated_at: Option<DateTime>The timestamp of when the custom type was created.
updated_by: Option<String>The Amazon DataZone user that created the custom asset type.
Implementations§
source§impl CreateAssetTypeOutput
impl CreateAssetTypeOutput
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain in which the asset type was created.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the custom asset type.
sourcepub fn forms_output(&self) -> Option<&HashMap<String, FormEntryOutput>>
pub fn forms_output(&self) -> Option<&HashMap<String, FormEntryOutput>>
The metadata forms that are attached to the asset type.
sourcepub fn owning_project_id(&self) -> Option<&str>
pub fn owning_project_id(&self) -> Option<&str>
The ID of the Amazon DataZone project that currently owns this asset type.
sourcepub fn origin_domain_id(&self) -> Option<&str>
pub fn origin_domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain where the asset type was originally created.
sourcepub fn origin_project_id(&self) -> Option<&str>
pub fn origin_project_id(&self) -> Option<&str>
The ID of the Amazon DataZone project where the asset type was originally created.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the asset type is to be created.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who creates this custom asset type.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the custom type was created.
sourcepub fn updated_by(&self) -> Option<&str>
pub fn updated_by(&self) -> Option<&str>
The Amazon DataZone user that created the custom asset type.
source§impl CreateAssetTypeOutput
impl CreateAssetTypeOutput
sourcepub fn builder() -> CreateAssetTypeOutputBuilder
pub fn builder() -> CreateAssetTypeOutputBuilder
Creates a new builder-style object to manufacture CreateAssetTypeOutput.
Trait Implementations§
source§impl Clone for CreateAssetTypeOutput
impl Clone for CreateAssetTypeOutput
source§fn clone(&self) -> CreateAssetTypeOutput
fn clone(&self) -> CreateAssetTypeOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateAssetTypeOutput
impl Debug for CreateAssetTypeOutput
source§impl PartialEq for CreateAssetTypeOutput
impl PartialEq for CreateAssetTypeOutput
source§fn eq(&self, other: &CreateAssetTypeOutput) -> bool
fn eq(&self, other: &CreateAssetTypeOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateAssetTypeOutput
impl RequestId for CreateAssetTypeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.