Struct aws_sdk_kafka::types::VpcConnectionInfo
source · #[non_exhaustive]pub struct VpcConnectionInfo { /* private fields */ }
Expand description
Description of the VPC connection.
Implementations§
source§impl VpcConnectionInfo
impl VpcConnectionInfo
sourcepub fn vpc_connection_arn(&self) -> Option<&str>
pub fn vpc_connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the VPC connection.
sourcepub fn user_identity(&self) -> Option<&UserIdentity>
pub fn user_identity(&self) -> Option<&UserIdentity>
Description of the requester that calls the API operation.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time when Amazon MSK creates the VPC Connnection.
source§impl VpcConnectionInfo
impl VpcConnectionInfo
sourcepub fn builder() -> VpcConnectionInfoBuilder
pub fn builder() -> VpcConnectionInfoBuilder
Creates a new builder-style object to manufacture VpcConnectionInfo
.
Trait Implementations§
source§impl Clone for VpcConnectionInfo
impl Clone for VpcConnectionInfo
source§fn clone(&self) -> VpcConnectionInfo
fn clone(&self) -> VpcConnectionInfo
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 VpcConnectionInfo
impl Debug for VpcConnectionInfo
source§impl PartialEq<VpcConnectionInfo> for VpcConnectionInfo
impl PartialEq<VpcConnectionInfo> for VpcConnectionInfo
source§fn eq(&self, other: &VpcConnectionInfo) -> bool
fn eq(&self, other: &VpcConnectionInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VpcConnectionInfo
Auto Trait Implementations§
impl RefUnwindSafe for VpcConnectionInfo
impl Send for VpcConnectionInfo
impl Sync for VpcConnectionInfo
impl Unpin for VpcConnectionInfo
impl UnwindSafe for VpcConnectionInfo
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