Struct aws_sdk_schemas::model::DiscovererSummary
source · #[non_exhaustive]pub struct DiscovererSummary { /* private fields */ }
Implementations§
source§impl DiscovererSummary
impl DiscovererSummary
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 DiscovererSummary
impl DiscovererSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DiscovererSummary
.
Trait Implementations§
source§impl Clone for DiscovererSummary
impl Clone for DiscovererSummary
source§fn clone(&self) -> DiscovererSummary
fn clone(&self) -> DiscovererSummary
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