#[non_exhaustive]pub struct CreateVpcConnectionInput { /* private fields */ }Implementations§
source§impl CreateVpcConnectionInput
impl CreateVpcConnectionInput
sourcepub fn target_cluster_arn(&self) -> Option<&str>
pub fn target_cluster_arn(&self) -> Option<&str>
The cluster Amazon Resource Name (ARN) for the VPC connection.
sourcepub fn authentication(&self) -> Option<&str>
pub fn authentication(&self) -> Option<&str>
The authentication type of VPC connection.
sourcepub fn client_subnets(&self) -> Option<&[String]>
pub fn client_subnets(&self) -> Option<&[String]>
The list of client subnets.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The list of security groups.
A map of tags for the VPC connection.
source§impl CreateVpcConnectionInput
impl CreateVpcConnectionInput
sourcepub fn builder() -> CreateVpcConnectionInputBuilder
pub fn builder() -> CreateVpcConnectionInputBuilder
Creates a new builder-style object to manufacture CreateVpcConnectionInput.
source§impl CreateVpcConnectionInput
impl CreateVpcConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpcConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateVpcConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVpcConnection>
Trait Implementations§
source§impl Clone for CreateVpcConnectionInput
impl Clone for CreateVpcConnectionInput
source§fn clone(&self) -> CreateVpcConnectionInput
fn clone(&self) -> CreateVpcConnectionInput
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 CreateVpcConnectionInput
impl Debug for CreateVpcConnectionInput
source§impl PartialEq<CreateVpcConnectionInput> for CreateVpcConnectionInput
impl PartialEq<CreateVpcConnectionInput> for CreateVpcConnectionInput
source§fn eq(&self, other: &CreateVpcConnectionInput) -> bool
fn eq(&self, other: &CreateVpcConnectionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateVpcConnectionInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateVpcConnectionInput
impl Send for CreateVpcConnectionInput
impl Sync for CreateVpcConnectionInput
impl Unpin for CreateVpcConnectionInput
impl UnwindSafe for CreateVpcConnectionInput
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