Struct aws_sdk_datazone::operation::get_asset::GetAssetOutput
source · #[non_exhaustive]pub struct GetAssetOutput {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 latest_time_series_data_point_forms_output: Option<Vec<TimeSeriesDataPointSummaryFormOutput>>,
/* 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: String
The ID of the asset.
name: String
The name of the asset.
type_identifier: String
The ID of the asset type.
type_revision: String
The revision of the asset type.
external_identifier: Option<String>
The external ID of the asset.
revision: String
The revision of the asset.
description: Option<String>
The description of the Amazon DataZone asset.
created_at: Option<DateTime>
The timestamp of when the asset was created.
created_by: Option<String>
The Amazon DataZone user who created the asset.
first_revision_created_at: Option<DateTime>
The timestamp of when the first revision of the asset was created.
first_revision_created_by: Option<String>
The Amazon DataZone user who created the first revision of the asset.
glossary_terms: Option<Vec<String>>
The business glossary terms attached to the asset.
owning_project_id: String
The ID of the project that owns the asset.
domain_id: String
The ID of the Amazon DataZone domain to which the asset belongs.
listing: Option<AssetListingDetails>
The listing of the asset.
forms_output: Vec<FormOutput>
The metadata forms attached to the asset.
read_only_forms_output: Option<Vec<FormOutput>>
The read-only metadata forms attached to the asset.
latest_time_series_data_point_forms_output: Option<Vec<TimeSeriesDataPointSummaryFormOutput>>
The latest data point that was imported into the time series form for the asset.
Implementations§
source§impl GetAssetOutput
impl GetAssetOutput
sourcepub fn type_identifier(&self) -> &str
pub fn type_identifier(&self) -> &str
The ID of the asset type.
sourcepub fn type_revision(&self) -> &str
pub fn type_revision(&self) -> &str
The revision of the asset type.
sourcepub fn external_identifier(&self) -> Option<&str>
pub fn external_identifier(&self) -> Option<&str>
The external ID of the asset.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the Amazon DataZone 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 who created the 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 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 asset.
sourcepub fn glossary_terms(&self) -> &[String]
pub fn glossary_terms(&self) -> &[String]
The business glossary terms attached to the 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 project that owns the asset.
sourcepub fn domain_id(&self) -> &str
pub fn domain_id(&self) -> &str
The ID of the Amazon DataZone domain to which the asset belongs.
sourcepub fn listing(&self) -> Option<&AssetListingDetails>
pub fn listing(&self) -> Option<&AssetListingDetails>
The listing of the asset.
sourcepub fn forms_output(&self) -> &[FormOutput]
pub fn forms_output(&self) -> &[FormOutput]
The metadata forms attached to the asset.
sourcepub fn read_only_forms_output(&self) -> &[FormOutput]
pub fn read_only_forms_output(&self) -> &[FormOutput]
The read-only metadata forms attached to the 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 latest_time_series_data_point_forms_output(
&self,
) -> &[TimeSeriesDataPointSummaryFormOutput]
pub fn latest_time_series_data_point_forms_output( &self, ) -> &[TimeSeriesDataPointSummaryFormOutput]
The latest data point that was imported into the time series form for the 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 .latest_time_series_data_point_forms_output.is_none()
.
source§impl GetAssetOutput
impl GetAssetOutput
sourcepub fn builder() -> GetAssetOutputBuilder
pub fn builder() -> GetAssetOutputBuilder
Creates a new builder-style object to manufacture GetAssetOutput
.
Trait Implementations§
source§impl Clone for GetAssetOutput
impl Clone for GetAssetOutput
source§fn clone(&self) -> GetAssetOutput
fn clone(&self) -> GetAssetOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetAssetOutput
impl Debug for GetAssetOutput
source§impl PartialEq for GetAssetOutput
impl PartialEq for GetAssetOutput
source§impl RequestId for GetAssetOutput
impl RequestId for GetAssetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.impl StructuralPartialEq for GetAssetOutput
Auto Trait Implementations§
impl Freeze for GetAssetOutput
impl RefUnwindSafe for GetAssetOutput
impl Send for GetAssetOutput
impl Sync for GetAssetOutput
impl Unpin for GetAssetOutput
impl UnwindSafe for GetAssetOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more