Struct aws_sdk_glue::input::DeleteRegistryInput
source · #[non_exhaustive]pub struct DeleteRegistryInput { /* private fields */ }Implementations§
source§impl DeleteRegistryInput
impl DeleteRegistryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRegistry, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRegistry, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRegistry>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRegistryInput.
source§impl DeleteRegistryInput
impl DeleteRegistryInput
sourcepub fn registry_id(&self) -> Option<&RegistryId>
pub fn registry_id(&self) -> Option<&RegistryId>
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Trait Implementations§
source§impl Clone for DeleteRegistryInput
impl Clone for DeleteRegistryInput
source§fn clone(&self) -> DeleteRegistryInput
fn clone(&self) -> DeleteRegistryInput
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 DeleteRegistryInput
impl Debug for DeleteRegistryInput
source§impl PartialEq<DeleteRegistryInput> for DeleteRegistryInput
impl PartialEq<DeleteRegistryInput> for DeleteRegistryInput
source§fn eq(&self, other: &DeleteRegistryInput) -> bool
fn eq(&self, other: &DeleteRegistryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.