pub struct SetEventStreamBody {
pub role_arn: String,
pub topic_arn: String,
pub _type: TypeEnum,
}Expand description
SetEventStreamBody : Update Event Stream Body
Fields§
§role_arn: StringThe AWS IAM role ARN to assume when publishing to the SNS topic.
topic_arn: StringThe AWS SNS topic ARN.
_type: TypeEnumThe type of the event stream (AWS SNS, GCP Pub/Sub, etc).
Implementations§
Trait Implementations§
source§impl Clone for SetEventStreamBody
impl Clone for SetEventStreamBody
source§fn clone(&self) -> SetEventStreamBody
fn clone(&self) -> SetEventStreamBody
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 SetEventStreamBody
impl Debug for SetEventStreamBody
source§impl<'de> Deserialize<'de> for SetEventStreamBody
impl<'de> Deserialize<'de> for SetEventStreamBody
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SetEventStreamBody
impl PartialEq for SetEventStreamBody
source§fn eq(&self, other: &SetEventStreamBody) -> bool
fn eq(&self, other: &SetEventStreamBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SetEventStreamBody
impl Serialize for SetEventStreamBody
impl StructuralPartialEq for SetEventStreamBody
Auto Trait Implementations§
impl RefUnwindSafe for SetEventStreamBody
impl Send for SetEventStreamBody
impl Sync for SetEventStreamBody
impl Unpin for SetEventStreamBody
impl UnwindSafe for SetEventStreamBody
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more