Struct aws_sdk_glue::model::RegistryListItem
source · #[non_exhaustive]pub struct RegistryListItem { /* private fields */ }Expand description
A structure containing the details for a registry.
Implementations§
source§impl RegistryListItem
impl RegistryListItem
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the registry.
sourcepub fn registry_arn(&self) -> Option<&str>
pub fn registry_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the registry.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the registry.
sourcepub fn status(&self) -> Option<&RegistryStatus>
pub fn status(&self) -> Option<&RegistryStatus>
The status of the registry.
sourcepub fn created_time(&self) -> Option<&str>
pub fn created_time(&self) -> Option<&str>
The data the registry was created.
sourcepub fn updated_time(&self) -> Option<&str>
pub fn updated_time(&self) -> Option<&str>
The date the registry was updated.
source§impl RegistryListItem
impl RegistryListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegistryListItem.
Trait Implementations§
source§impl Clone for RegistryListItem
impl Clone for RegistryListItem
source§fn clone(&self) -> RegistryListItem
fn clone(&self) -> RegistryListItem
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 RegistryListItem
impl Debug for RegistryListItem
source§impl PartialEq<RegistryListItem> for RegistryListItem
impl PartialEq<RegistryListItem> for RegistryListItem
source§fn eq(&self, other: &RegistryListItem) -> bool
fn eq(&self, other: &RegistryListItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.