Struct aws_sdk_omics::operation::create_annotation_store_version::CreateAnnotationStoreVersionOutput
source · #[non_exhaustive]pub struct CreateAnnotationStoreVersionOutput {
pub id: String,
pub version_name: String,
pub store_id: String,
pub version_options: Option<VersionOptions>,
pub name: String,
pub status: VersionStatus,
pub creation_time: DateTime,
/* 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
A generated ID for the annotation store
version_name: String
The name given to an annotation store version to distinguish it from other versions.
store_id: String
The ID for the annotation store from which new versions are being created.
version_options: Option<VersionOptions>
The options for an annotation store version.
name: String
The name given to an annotation store version to distinguish it from other versions.
status: VersionStatus
The status of a annotation store version.
creation_time: DateTime
The time stamp for the creation of an annotation store version.
Implementations§
source§impl CreateAnnotationStoreVersionOutput
impl CreateAnnotationStoreVersionOutput
sourcepub fn version_name(&self) -> &str
pub fn version_name(&self) -> &str
The name given to an annotation store version to distinguish it from other versions.
sourcepub fn store_id(&self) -> &str
pub fn store_id(&self) -> &str
The ID for the annotation store from which new versions are being created.
sourcepub fn version_options(&self) -> Option<&VersionOptions>
pub fn version_options(&self) -> Option<&VersionOptions>
The options for an annotation store version.
sourcepub fn name(&self) -> &str
pub fn name(&self) -> &str
The name given to an annotation store version to distinguish it from other versions.
sourcepub fn status(&self) -> &VersionStatus
pub fn status(&self) -> &VersionStatus
The status of a annotation store version.
sourcepub fn creation_time(&self) -> &DateTime
pub fn creation_time(&self) -> &DateTime
The time stamp for the creation of an annotation store version.
source§impl CreateAnnotationStoreVersionOutput
impl CreateAnnotationStoreVersionOutput
sourcepub fn builder() -> CreateAnnotationStoreVersionOutputBuilder
pub fn builder() -> CreateAnnotationStoreVersionOutputBuilder
Creates a new builder-style object to manufacture CreateAnnotationStoreVersionOutput
.
Trait Implementations§
source§impl Clone for CreateAnnotationStoreVersionOutput
impl Clone for CreateAnnotationStoreVersionOutput
source§fn clone(&self) -> CreateAnnotationStoreVersionOutput
fn clone(&self) -> CreateAnnotationStoreVersionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreateAnnotationStoreVersionOutput
impl PartialEq for CreateAnnotationStoreVersionOutput
source§fn eq(&self, other: &CreateAnnotationStoreVersionOutput) -> bool
fn eq(&self, other: &CreateAnnotationStoreVersionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAnnotationStoreVersionOutput
impl RequestId for CreateAnnotationStoreVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.