#[non_exhaustive]pub struct RecommendationRelatedEvent { /* private fields */ }
Expand description
Information about an event that is related to a recommendation.
Implementations
sourceimpl RecommendationRelatedEvent
impl RecommendationRelatedEvent
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the event. This corresponds to the Name
field in an Event
object.
sourcepub fn resources(&self) -> Option<&[RecommendationRelatedEventResource]>
pub fn resources(&self) -> Option<&[RecommendationRelatedEventResource]>
A ResourceCollection
object that contains arrays of the names of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourceimpl RecommendationRelatedEvent
impl RecommendationRelatedEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationRelatedEvent
.
Trait Implementations
sourceimpl Clone for RecommendationRelatedEvent
impl Clone for RecommendationRelatedEvent
sourcefn clone(&self) -> RecommendationRelatedEvent
fn clone(&self) -> RecommendationRelatedEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RecommendationRelatedEvent
impl Debug for RecommendationRelatedEvent
sourceimpl PartialEq<RecommendationRelatedEvent> for RecommendationRelatedEvent
impl PartialEq<RecommendationRelatedEvent> for RecommendationRelatedEvent
sourcefn eq(&self, other: &RecommendationRelatedEvent) -> bool
fn eq(&self, other: &RecommendationRelatedEvent) -> bool
impl StructuralPartialEq for RecommendationRelatedEvent
Auto Trait Implementations
impl RefUnwindSafe for RecommendationRelatedEvent
impl Send for RecommendationRelatedEvent
impl Sync for RecommendationRelatedEvent
impl Unpin for RecommendationRelatedEvent
impl UnwindSafe for RecommendationRelatedEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more