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