Struct aws_sdk_glue::model::RegistryId
source · #[non_exhaustive]pub struct RegistryId { /* private fields */ }Expand description
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Implementations§
source§impl RegistryId
impl RegistryId
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.
sourcepub fn registry_arn(&self) -> Option<&str>
pub fn registry_arn(&self) -> Option<&str>
Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.
source§impl RegistryId
impl RegistryId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegistryId.
Trait Implementations§
source§impl Clone for RegistryId
impl Clone for RegistryId
source§fn clone(&self) -> RegistryId
fn clone(&self) -> RegistryId
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 RegistryId
impl Debug for RegistryId
source§impl PartialEq<RegistryId> for RegistryId
impl PartialEq<RegistryId> for RegistryId
source§fn eq(&self, other: &RegistryId) -> bool
fn eq(&self, other: &RegistryId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.