Struct aws_sdk_kafka::model::Serverless
source · #[non_exhaustive]pub struct Serverless { /* private fields */ }
Expand description
Serverless cluster.
Implementations§
source§impl Serverless
impl Serverless
sourcepub fn vpc_configs(&self) -> Option<&[VpcConfig]>
pub fn vpc_configs(&self) -> Option<&[VpcConfig]>
The configuration of the Amazon VPCs for the cluster.
sourcepub fn client_authentication(&self) -> Option<&ServerlessClientAuthentication>
pub fn client_authentication(&self) -> Option<&ServerlessClientAuthentication>
Includes all client authentication information.
source§impl Serverless
impl Serverless
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Serverless
.
Trait Implementations§
source§impl Clone for Serverless
impl Clone for Serverless
source§fn clone(&self) -> Serverless
fn clone(&self) -> Serverless
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 Serverless
impl Debug for Serverless
source§impl PartialEq<Serverless> for Serverless
impl PartialEq<Serverless> for Serverless
source§fn eq(&self, other: &Serverless) -> bool
fn eq(&self, other: &Serverless) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.