Struct aws_sdk_glue::model::OtherMetadataValueListItem
source · #[non_exhaustive]pub struct OtherMetadataValueListItem { /* private fields */ }Expand description
A structure containing other metadata for a schema version belonging to the same metadata key.
Implementations§
source§impl OtherMetadataValueListItem
impl OtherMetadataValueListItem
sourcepub fn metadata_value(&self) -> Option<&str>
pub fn metadata_value(&self) -> Option<&str>
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
sourcepub fn created_time(&self) -> Option<&str>
pub fn created_time(&self) -> Option<&str>
The time at which the entry was created.
source§impl OtherMetadataValueListItem
impl OtherMetadataValueListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OtherMetadataValueListItem.
Trait Implementations§
source§impl Clone for OtherMetadataValueListItem
impl Clone for OtherMetadataValueListItem
source§fn clone(&self) -> OtherMetadataValueListItem
fn clone(&self) -> OtherMetadataValueListItem
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 OtherMetadataValueListItem
impl Debug for OtherMetadataValueListItem
source§impl PartialEq<OtherMetadataValueListItem> for OtherMetadataValueListItem
impl PartialEq<OtherMetadataValueListItem> for OtherMetadataValueListItem
source§fn eq(&self, other: &OtherMetadataValueListItem) -> bool
fn eq(&self, other: &OtherMetadataValueListItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.