#[non_exhaustive]pub struct CreateVpcEndpointInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.CreateVpcEndpointRequest
Implementations§
source§impl CreateVpcEndpointInput
impl CreateVpcEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpcEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpcEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVpcEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpcEndpointInput
.
source§impl CreateVpcEndpointInput
impl CreateVpcEndpointInput
sourcepub fn domain_arn(&self) -> Option<&str>
pub fn domain_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the domain to grant access to.
sourcepub fn vpc_options(&self) -> Option<&VpcOptions>
pub fn vpc_options(&self) -> Option<&VpcOptions>
Options to specify the subnets and security groups for the endpoint.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier to ensure idempotency of the request.
Trait Implementations§
source§impl Clone for CreateVpcEndpointInput
impl Clone for CreateVpcEndpointInput
source§fn clone(&self) -> CreateVpcEndpointInput
fn clone(&self) -> CreateVpcEndpointInput
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 CreateVpcEndpointInput
impl Debug for CreateVpcEndpointInput
source§impl PartialEq<CreateVpcEndpointInput> for CreateVpcEndpointInput
impl PartialEq<CreateVpcEndpointInput> for CreateVpcEndpointInput
source§fn eq(&self, other: &CreateVpcEndpointInput) -> bool
fn eq(&self, other: &CreateVpcEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.