#[non_exhaustive]pub struct InstanceTagNotificationAttribute { /* private fields */ }
Expand description
Describes the registered tag keys for the current Region.
Implementations§
source§impl InstanceTagNotificationAttribute
impl InstanceTagNotificationAttribute
sourcepub fn instance_tag_keys(&self) -> Option<&[String]>
pub fn instance_tag_keys(&self) -> Option<&[String]>
The registered tag keys.
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true
indicates that all tag keys in the current Region are registered.
source§impl InstanceTagNotificationAttribute
impl InstanceTagNotificationAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceTagNotificationAttribute
.
Trait Implementations§
source§impl Clone for InstanceTagNotificationAttribute
impl Clone for InstanceTagNotificationAttribute
source§fn clone(&self) -> InstanceTagNotificationAttribute
fn clone(&self) -> InstanceTagNotificationAttribute
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<InstanceTagNotificationAttribute> for InstanceTagNotificationAttribute
impl PartialEq<InstanceTagNotificationAttribute> for InstanceTagNotificationAttribute
source§fn eq(&self, other: &InstanceTagNotificationAttribute) -> bool
fn eq(&self, other: &InstanceTagNotificationAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.