Struct aws_sdk_ec2::operation::deregister_instance_event_notification_attributes::DeregisterInstanceEventNotificationAttributesOutput
source · #[non_exhaustive]pub struct DeregisterInstanceEventNotificationAttributesOutput {
pub instance_tag_attribute: Option<InstanceTagNotificationAttribute>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.instance_tag_attribute: Option<InstanceTagNotificationAttribute>The resulting set of tag keys.
Implementations§
source§impl DeregisterInstanceEventNotificationAttributesOutput
impl DeregisterInstanceEventNotificationAttributesOutput
sourcepub fn instance_tag_attribute(
&self
) -> Option<&InstanceTagNotificationAttribute>
pub fn instance_tag_attribute( &self ) -> Option<&InstanceTagNotificationAttribute>
The resulting set of tag keys.
source§impl DeregisterInstanceEventNotificationAttributesOutput
impl DeregisterInstanceEventNotificationAttributesOutput
sourcepub fn builder() -> DeregisterInstanceEventNotificationAttributesOutputBuilder
pub fn builder() -> DeregisterInstanceEventNotificationAttributesOutputBuilder
Creates a new builder-style object to manufacture DeregisterInstanceEventNotificationAttributesOutput.
Trait Implementations§
source§impl Clone for DeregisterInstanceEventNotificationAttributesOutput
impl Clone for DeregisterInstanceEventNotificationAttributesOutput
source§fn clone(&self) -> DeregisterInstanceEventNotificationAttributesOutput
fn clone(&self) -> DeregisterInstanceEventNotificationAttributesOutput
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 for DeregisterInstanceEventNotificationAttributesOutput
impl PartialEq for DeregisterInstanceEventNotificationAttributesOutput
source§fn eq(
&self,
other: &DeregisterInstanceEventNotificationAttributesOutput
) -> bool
fn eq( &self, other: &DeregisterInstanceEventNotificationAttributesOutput ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeregisterInstanceEventNotificationAttributesOutput
impl RequestId for DeregisterInstanceEventNotificationAttributesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeregisterInstanceEventNotificationAttributesOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeregisterInstanceEventNotificationAttributesOutput
impl Send for DeregisterInstanceEventNotificationAttributesOutput
impl Sync for DeregisterInstanceEventNotificationAttributesOutput
impl Unpin for DeregisterInstanceEventNotificationAttributesOutput
impl UnwindSafe for DeregisterInstanceEventNotificationAttributesOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.