Struct aws_sdk_eventbridge::model::SqsParameters
source · #[non_exhaustive]pub struct SqsParameters { /* private fields */ }Expand description
This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
Implementations§
source§impl SqsParameters
impl SqsParameters
sourcepub fn message_group_id(&self) -> Option<&str>
pub fn message_group_id(&self) -> Option<&str>
The FIFO message group ID to use as the target.
source§impl SqsParameters
impl SqsParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SqsParameters.
Trait Implementations§
source§impl Clone for SqsParameters
impl Clone for SqsParameters
source§fn clone(&self) -> SqsParameters
fn clone(&self) -> SqsParameters
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 SqsParameters
impl Debug for SqsParameters
source§impl PartialEq<SqsParameters> for SqsParameters
impl PartialEq<SqsParameters> for SqsParameters
source§fn eq(&self, other: &SqsParameters) -> bool
fn eq(&self, other: &SqsParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.