Struct aws_sdk_schemas::input::UpdateDiscovererInput  
source · #[non_exhaustive]pub struct UpdateDiscovererInput { /* private fields */ }Implementations§
source§impl UpdateDiscovererInput
 
impl UpdateDiscovererInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateDiscoverer, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateDiscoverer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDiscoverer>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDiscovererInput.
source§impl UpdateDiscovererInput
 
impl UpdateDiscovererInput
sourcepub fn description(&self) -> Option<&str>
 
pub fn description(&self) -> Option<&str>
The description of the discoverer to update.
sourcepub fn discoverer_id(&self) -> Option<&str>
 
pub fn discoverer_id(&self) -> Option<&str>
The ID of the discoverer.
sourcepub fn cross_account(&self) -> bool
 
pub fn cross_account(&self) -> bool
Support discovery of schemas in events sent to the bus from another account. (default: true)
Trait Implementations§
source§impl Clone for UpdateDiscovererInput
 
impl Clone for UpdateDiscovererInput
source§fn clone(&self) -> UpdateDiscovererInput
 
fn clone(&self) -> UpdateDiscovererInput
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 UpdateDiscovererInput
 
impl Debug for UpdateDiscovererInput
source§impl PartialEq<UpdateDiscovererInput> for UpdateDiscovererInput
 
impl PartialEq<UpdateDiscovererInput> for UpdateDiscovererInput
source§fn eq(&self, other: &UpdateDiscovererInput) -> bool
 
fn eq(&self, other: &UpdateDiscovererInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.