#[non_exhaustive]pub struct CreateVpcEndpointInput { /* private fields */ }
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 vpc_id(&self) -> Option<&str>
pub fn vpc_id(&self) -> Option<&str>
The ID of the VPC from which you'll access OpenSearch Serverless.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The ID of one or more subnets from which you'll access OpenSearch Serverless.
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your 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 ==
.