Struct aws_sdk_networkmanager::model::Attachment
source · #[non_exhaustive]pub struct Attachment { /* private fields */ }
Expand description
Describes a core network attachment.
Implementations§
source§impl Attachment
impl Attachment
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn core_network_arn(&self) -> Option<&str>
pub fn core_network_arn(&self) -> Option<&str>
The ARN of a core network.
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the attachment.
sourcepub fn owner_account_id(&self) -> Option<&str>
pub fn owner_account_id(&self) -> Option<&str>
The ID of the attachment account owner.
sourcepub fn attachment_type(&self) -> Option<&AttachmentType>
pub fn attachment_type(&self) -> Option<&AttachmentType>
The type of attachment.
sourcepub fn state(&self) -> Option<&AttachmentState>
pub fn state(&self) -> Option<&AttachmentState>
The state of the attachment.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The Region where the edge is located.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The attachment resource ARN.
sourcepub fn attachment_policy_rule_number(&self) -> Option<i32>
pub fn attachment_policy_rule_number(&self) -> Option<i32>
The policy rule number associated with the attachment.
sourcepub fn segment_name(&self) -> Option<&str>
pub fn segment_name(&self) -> Option<&str>
The name of the segment attachment.
The tags associated with the attachment.
sourcepub fn proposed_segment_change(&self) -> Option<&ProposedSegmentChange>
pub fn proposed_segment_change(&self) -> Option<&ProposedSegmentChange>
The attachment to move from one segment to another.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp when the attachment was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp when the attachment was last updated.
source§impl Attachment
impl Attachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Attachment
.
Trait Implementations§
source§impl Clone for Attachment
impl Clone for Attachment
source§fn clone(&self) -> Attachment
fn clone(&self) -> Attachment
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 Attachment
impl Debug for Attachment
source§impl PartialEq<Attachment> for Attachment
impl PartialEq<Attachment> for Attachment
source§fn eq(&self, other: &Attachment) -> bool
fn eq(&self, other: &Attachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.