Struct aws_sdk_schemas::output::UpdateRegistryOutput
source · #[non_exhaustive]pub struct UpdateRegistryOutput { /* private fields */ }Implementations§
source§impl UpdateRegistryOutput
impl UpdateRegistryOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the registry.
sourcepub fn registry_arn(&self) -> Option<&str>
pub fn registry_arn(&self) -> Option<&str>
The ARN of the registry.
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the registry.
Tags associated with the registry.
source§impl UpdateRegistryOutput
impl UpdateRegistryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRegistryOutput.
Trait Implementations§
source§impl Clone for UpdateRegistryOutput
impl Clone for UpdateRegistryOutput
source§fn clone(&self) -> UpdateRegistryOutput
fn clone(&self) -> UpdateRegistryOutput
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 UpdateRegistryOutput
impl Debug for UpdateRegistryOutput
source§impl PartialEq<UpdateRegistryOutput> for UpdateRegistryOutput
impl PartialEq<UpdateRegistryOutput> for UpdateRegistryOutput
source§fn eq(&self, other: &UpdateRegistryOutput) -> bool
fn eq(&self, other: &UpdateRegistryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.