Struct aws_sdk_kafka::types::ClientVpcConnection
source · #[non_exhaustive]pub struct ClientVpcConnection { /* private fields */ }
Expand description
The client VPC connection object.
Implementations§
source§impl ClientVpcConnection
impl ClientVpcConnection
sourcepub fn authentication(&self) -> Option<&str>
pub fn authentication(&self) -> Option<&str>
Information about the auth scheme of Vpc Connection.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
Creation time of the Vpc Connection.
sourcepub fn state(&self) -> Option<&VpcConnectionState>
pub fn state(&self) -> Option<&VpcConnectionState>
State of the Vpc Connection.
sourcepub fn vpc_connection_arn(&self) -> Option<&str>
pub fn vpc_connection_arn(&self) -> Option<&str>
The ARN that identifies the Vpc Connection.
source§impl ClientVpcConnection
impl ClientVpcConnection
sourcepub fn builder() -> ClientVpcConnectionBuilder
pub fn builder() -> ClientVpcConnectionBuilder
Creates a new builder-style object to manufacture ClientVpcConnection
.
Trait Implementations§
source§impl Clone for ClientVpcConnection
impl Clone for ClientVpcConnection
source§fn clone(&self) -> ClientVpcConnection
fn clone(&self) -> ClientVpcConnection
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 ClientVpcConnection
impl Debug for ClientVpcConnection
source§impl PartialEq<ClientVpcConnection> for ClientVpcConnection
impl PartialEq<ClientVpcConnection> for ClientVpcConnection
source§fn eq(&self, other: &ClientVpcConnection) -> bool
fn eq(&self, other: &ClientVpcConnection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClientVpcConnection
Auto Trait Implementations§
impl RefUnwindSafe for ClientVpcConnection
impl Send for ClientVpcConnection
impl Sync for ClientVpcConnection
impl Unpin for ClientVpcConnection
impl UnwindSafe for ClientVpcConnection
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