#[non_exhaustive]pub struct GetDecoderManifestOutput { /* private fields */ }Implementations§
source§impl GetDecoderManifestOutput
impl GetDecoderManifestOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A brief description of the decoder manifest.
sourcepub fn model_manifest_arn(&self) -> Option<&str>
pub fn model_manifest_arn(&self) -> Option<&str>
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn status(&self) -> Option<&ManifestStatus>
pub fn status(&self) -> Option<&ManifestStatus>
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn last_modification_time(&self) -> Option<&DateTime>
pub fn last_modification_time(&self) -> Option<&DateTime>
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
source§impl GetDecoderManifestOutput
impl GetDecoderManifestOutput
sourcepub fn builder() -> GetDecoderManifestOutputBuilder
pub fn builder() -> GetDecoderManifestOutputBuilder
Creates a new builder-style object to manufacture GetDecoderManifestOutput.
Trait Implementations§
source§impl Clone for GetDecoderManifestOutput
impl Clone for GetDecoderManifestOutput
source§fn clone(&self) -> GetDecoderManifestOutput
fn clone(&self) -> GetDecoderManifestOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetDecoderManifestOutput
impl Debug for GetDecoderManifestOutput
source§impl PartialEq<GetDecoderManifestOutput> for GetDecoderManifestOutput
impl PartialEq<GetDecoderManifestOutput> for GetDecoderManifestOutput
source§fn eq(&self, other: &GetDecoderManifestOutput) -> bool
fn eq(&self, other: &GetDecoderManifestOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDecoderManifestOutput
impl RequestId for GetDecoderManifestOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetDecoderManifestOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetDecoderManifestOutput
impl Send for GetDecoderManifestOutput
impl Sync for GetDecoderManifestOutput
impl Unpin for GetDecoderManifestOutput
impl UnwindSafe for GetDecoderManifestOutput
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
Mutably borrows from an owned value. Read more