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