#[non_exhaustive]pub struct CreateAssetRevisionOutput {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 asset revision.
name: Option<String>
The revised name of the asset.
type_identifier: Option<String>
The identifier of the revision 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 revised asset description.
created_at: Option<DateTime>
The timestamp of when the asset revision occured.
created_by: Option<String>
The Amazon DataZone user who performed the asset revision.
first_revision_created_at: Option<DateTime>
The timestamp of when the first asset revision occured.
first_revision_created_by: Option<String>
The Amazon DataZone user who performed the first asset revision.
glossary_terms: Option<Vec<String>>
The glossary terms that were attached to the asset as part of asset revision.
owning_project_id: Option<String>
The unique identifier of the revised project that owns the asset.
domain_id: Option<String>
The unique identifier of the Amazon DataZone domain where the asset was revised.
listing: Option<AssetListingDetails>
forms_output: Option<Vec<FormOutput>>
The metadata forms that were attached to the asset as part of the asset revision.
read_only_forms_output: Option<Vec<FormOutput>>
The read-only metadata forms that were attached to the asset as part of the asset revision.
prediction_configuration: Option<PredictionConfiguration>
The configuration of the automatically generated business-friendly metadata for the asset.
Implementations§
source§impl CreateAssetRevisionOutput
impl CreateAssetRevisionOutput
sourcepub fn type_identifier(&self) -> Option<&str>
pub fn type_identifier(&self) -> Option<&str>
The identifier of the revision 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 revised asset description.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the asset revision occured.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who performed the asset revision.
sourcepub fn first_revision_created_at(&self) -> Option<&DateTime>
pub fn first_revision_created_at(&self) -> Option<&DateTime>
The timestamp of when the first asset revision occured.
sourcepub fn first_revision_created_by(&self) -> Option<&str>
pub fn first_revision_created_by(&self) -> Option<&str>
The Amazon DataZone user who performed the first asset revision.
sourcepub fn glossary_terms(&self) -> Option<&[String]>
pub fn glossary_terms(&self) -> Option<&[String]>
The glossary terms that were attached to the asset as part of asset revision.
sourcepub fn owning_project_id(&self) -> Option<&str>
pub fn owning_project_id(&self) -> Option<&str>
The unique identifier of the revised project that owns the asset.
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The unique identifier of the Amazon DataZone domain where the asset was revised.
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 were attached to the asset as part of the asset revision.
sourcepub fn read_only_forms_output(&self) -> Option<&[FormOutput]>
pub fn read_only_forms_output(&self) -> Option<&[FormOutput]>
The read-only metadata forms that were attached to the asset as part of the asset revision.
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 CreateAssetRevisionOutput
impl CreateAssetRevisionOutput
sourcepub fn builder() -> CreateAssetRevisionOutputBuilder
pub fn builder() -> CreateAssetRevisionOutputBuilder
Creates a new builder-style object to manufacture CreateAssetRevisionOutput
.
Trait Implementations§
source§impl Clone for CreateAssetRevisionOutput
impl Clone for CreateAssetRevisionOutput
source§fn clone(&self) -> CreateAssetRevisionOutput
fn clone(&self) -> CreateAssetRevisionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateAssetRevisionOutput
impl Debug for CreateAssetRevisionOutput
source§impl PartialEq for CreateAssetRevisionOutput
impl PartialEq for CreateAssetRevisionOutput
source§fn eq(&self, other: &CreateAssetRevisionOutput) -> bool
fn eq(&self, other: &CreateAssetRevisionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAssetRevisionOutput
impl RequestId for CreateAssetRevisionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.