Struct aws_sdk_schemas::output::UpdateDiscovererOutput
source · #[non_exhaustive]pub struct UpdateDiscovererOutput { /* private fields */ }Implementations§
source§impl UpdateDiscovererOutput
impl UpdateDiscovererOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the discoverer.
sourcepub fn discoverer_arn(&self) -> Option<&str>
pub fn discoverer_arn(&self) -> Option<&str>
The ARN of the discoverer.
sourcepub fn discoverer_id(&self) -> Option<&str>
pub fn discoverer_id(&self) -> Option<&str>
The ID of the discoverer.
sourcepub fn source_arn(&self) -> Option<&str>
pub fn source_arn(&self) -> Option<&str>
The ARN of the event bus.
sourcepub fn state(&self) -> Option<&DiscovererState>
pub fn state(&self) -> Option<&DiscovererState>
The state of the discoverer.
sourcepub fn cross_account(&self) -> bool
pub fn cross_account(&self) -> bool
The Status if the discoverer will discover schemas from events sent from another account.
Tags associated with the resource.
source§impl UpdateDiscovererOutput
impl UpdateDiscovererOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDiscovererOutput.
Trait Implementations§
source§impl Clone for UpdateDiscovererOutput
impl Clone for UpdateDiscovererOutput
source§fn clone(&self) -> UpdateDiscovererOutput
fn clone(&self) -> UpdateDiscovererOutput
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 more