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