#[non_exhaustive]pub struct DescribeEventConfigurationsOutput { /* private fields */ }
Implementations§
source§impl DescribeEventConfigurationsOutput
impl DescribeEventConfigurationsOutput
sourcepub fn event_configurations(&self) -> Option<&HashMap<EventType, Configuration>>
pub fn event_configurations(&self) -> Option<&HashMap<EventType, Configuration>>
The event configurations.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The creation date of the event configuration.
sourcepub fn last_modified_date(&self) -> Option<&DateTime>
pub fn last_modified_date(&self) -> Option<&DateTime>
The date the event configurations were last modified.
source§impl DescribeEventConfigurationsOutput
impl DescribeEventConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventConfigurationsOutput
.
Trait Implementations§
source§impl Clone for DescribeEventConfigurationsOutput
impl Clone for DescribeEventConfigurationsOutput
source§fn clone(&self) -> DescribeEventConfigurationsOutput
fn clone(&self) -> DescribeEventConfigurationsOutput
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 PartialEq<DescribeEventConfigurationsOutput> for DescribeEventConfigurationsOutput
impl PartialEq<DescribeEventConfigurationsOutput> for DescribeEventConfigurationsOutput
source§fn eq(&self, other: &DescribeEventConfigurationsOutput) -> bool
fn eq(&self, other: &DescribeEventConfigurationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.