#[non_exhaustive]pub struct SendAutomationSignalOutput { /* private fields */ }Implementations§
source§impl SendAutomationSignalOutput
impl SendAutomationSignalOutput
sourcepub fn builder() -> SendAutomationSignalOutputBuilder
pub fn builder() -> SendAutomationSignalOutputBuilder
Creates a new builder-style object to manufacture SendAutomationSignalOutput.
Trait Implementations§
source§impl Clone for SendAutomationSignalOutput
impl Clone for SendAutomationSignalOutput
source§fn clone(&self) -> SendAutomationSignalOutput
fn clone(&self) -> SendAutomationSignalOutput
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 SendAutomationSignalOutput
impl Debug for SendAutomationSignalOutput
source§impl PartialEq<SendAutomationSignalOutput> for SendAutomationSignalOutput
impl PartialEq<SendAutomationSignalOutput> for SendAutomationSignalOutput
source§fn eq(&self, other: &SendAutomationSignalOutput) -> bool
fn eq(&self, other: &SendAutomationSignalOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SendAutomationSignalOutput
impl RequestId for SendAutomationSignalOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.