Struct aws_sdk_datazone::operation::create_asset::CreateAssetOutput
source · #[non_exhaustive]pub struct CreateAssetOutput {Show 18 fields
pub id: String,
pub name: String,
pub type_identifier: String,
pub type_revision: String,
pub external_identifier: Option<String>,
pub revision: 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: String,
pub domain_id: String,
pub listing: Option<AssetListingDetails>,
pub forms_output: 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: StringThe unique identifier of the created asset.
name: StringThe name of the created asset.
type_identifier: StringThe identifier of the created asset type.
type_revision: StringThe revision type of the asset.
external_identifier: Option<String>revision: StringThe 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: StringThe ID of the Amazon DataZone project that owns the created asset.
domain_id: StringThe ID of the Amazon DataZone domain in which the asset was created.
listing: Option<AssetListingDetails>forms_output: 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) -> &str
pub fn type_identifier(&self) -> &str
The identifier of the created asset type.
sourcepub fn type_revision(&self) -> &str
pub fn type_revision(&self) -> &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) -> &[String]
pub fn glossary_terms(&self) -> &[String]
The glossary terms that are attached to the created asset.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .glossary_terms.is_none().
sourcepub fn owning_project_id(&self) -> &str
pub fn owning_project_id(&self) -> &str
The ID of the Amazon DataZone project that owns the created asset.
sourcepub fn domain_id(&self) -> &str
pub fn domain_id(&self) -> &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) -> &[FormOutput]
pub fn forms_output(&self) -> &[FormOutput]
The metadata forms that are attached to the created asset.
sourcepub fn read_only_forms_output(&self) -> &[FormOutput]
pub fn read_only_forms_output(&self) -> &[FormOutput]
The read-only metadata forms that are attached to the created asset.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .read_only_forms_output.is_none().
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.