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