Struct aws_sdk_omics::operation::get_annotation_store_version::GetAnnotationStoreVersionOutput
source · #[non_exhaustive]pub struct GetAnnotationStoreVersionOutput {Show 13 fields
pub store_id: Option<String>,
pub id: Option<String>,
pub status: Option<VersionStatus>,
pub version_arn: Option<String>,
pub name: Option<String>,
pub version_name: Option<String>,
pub description: Option<String>,
pub creation_time: Option<DateTime>,
pub update_time: Option<DateTime>,
pub tags: Option<HashMap<String, String>>,
pub version_options: Option<VersionOptions>,
pub status_message: Option<String>,
pub version_size_bytes: Option<i64>,
/* 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.store_id: Option<String>
The store ID for annotation store version.
id: Option<String>
The annotation store version ID.
status: Option<VersionStatus>
The status of an annotation store version.
version_arn: Option<String>
The Arn for the annotation store.
name: Option<String>
The name of the annotation store.
version_name: Option<String>
The name given to an annotation store version to distinguish it from others.
description: Option<String>
The description for an annotation store version.
creation_time: Option<DateTime>
The time stamp for when an annotation store version was created.
update_time: Option<DateTime>
The time stamp for when an annotation store version was updated.
Any tags associated with an annotation store version.
version_options: Option<VersionOptions>
The options for an annotation store version.
status_message: Option<String>
The status of an annotation store version.
version_size_bytes: Option<i64>
The size of the annotation store version in Bytes.
Implementations§
source§impl GetAnnotationStoreVersionOutput
impl GetAnnotationStoreVersionOutput
sourcepub fn status(&self) -> Option<&VersionStatus>
pub fn status(&self) -> Option<&VersionStatus>
The status of an annotation store version.
sourcepub fn version_arn(&self) -> Option<&str>
pub fn version_arn(&self) -> Option<&str>
The Arn for the annotation store.
sourcepub fn version_name(&self) -> Option<&str>
pub fn version_name(&self) -> Option<&str>
The name given to an annotation store version to distinguish it from others.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for an annotation store version.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time stamp for when an annotation store version was created.
sourcepub fn update_time(&self) -> Option<&DateTime>
pub fn update_time(&self) -> Option<&DateTime>
The time stamp for when an annotation store version was updated.
Any tags associated with an annotation store version.
sourcepub fn version_options(&self) -> Option<&VersionOptions>
pub fn version_options(&self) -> Option<&VersionOptions>
The options for an annotation store version.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status of an annotation store version.
sourcepub fn version_size_bytes(&self) -> Option<i64>
pub fn version_size_bytes(&self) -> Option<i64>
The size of the annotation store version in Bytes.
source§impl GetAnnotationStoreVersionOutput
impl GetAnnotationStoreVersionOutput
sourcepub fn builder() -> GetAnnotationStoreVersionOutputBuilder
pub fn builder() -> GetAnnotationStoreVersionOutputBuilder
Creates a new builder-style object to manufacture GetAnnotationStoreVersionOutput
.
Trait Implementations§
source§impl Clone for GetAnnotationStoreVersionOutput
impl Clone for GetAnnotationStoreVersionOutput
source§fn clone(&self) -> GetAnnotationStoreVersionOutput
fn clone(&self) -> GetAnnotationStoreVersionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetAnnotationStoreVersionOutput
impl PartialEq for GetAnnotationStoreVersionOutput
source§fn eq(&self, other: &GetAnnotationStoreVersionOutput) -> bool
fn eq(&self, other: &GetAnnotationStoreVersionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetAnnotationStoreVersionOutput
impl RequestId for GetAnnotationStoreVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.