Struct aws_sdk_elasticsearch::operation::authorize_vpc_endpoint_access::AuthorizeVpcEndpointAccessInput
source · #[non_exhaustive]pub struct AuthorizeVpcEndpointAccessInput { /* private fields */ }
Expand description
Container for request parameters to the
operation. Specifies the account to be permitted to manage VPC endpoints against the domain.AuthorizeVpcEndpointAccess
Implementations§
source§impl AuthorizeVpcEndpointAccessInput
impl AuthorizeVpcEndpointAccessInput
sourcepub fn builder() -> AuthorizeVpcEndpointAccessInputBuilder
pub fn builder() -> AuthorizeVpcEndpointAccessInputBuilder
Creates a new builder-style object to manufacture AuthorizeVpcEndpointAccessInput
.
source§impl AuthorizeVpcEndpointAccessInput
impl AuthorizeVpcEndpointAccessInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AuthorizeVpcEndpointAccess, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AuthorizeVpcEndpointAccess, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AuthorizeVpcEndpointAccess
>
Trait Implementations§
source§impl Clone for AuthorizeVpcEndpointAccessInput
impl Clone for AuthorizeVpcEndpointAccessInput
source§fn clone(&self) -> AuthorizeVpcEndpointAccessInput
fn clone(&self) -> AuthorizeVpcEndpointAccessInput
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 PartialEq<AuthorizeVpcEndpointAccessInput> for AuthorizeVpcEndpointAccessInput
impl PartialEq<AuthorizeVpcEndpointAccessInput> for AuthorizeVpcEndpointAccessInput
source§fn eq(&self, other: &AuthorizeVpcEndpointAccessInput) -> bool
fn eq(&self, other: &AuthorizeVpcEndpointAccessInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AuthorizeVpcEndpointAccessInput
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizeVpcEndpointAccessInput
impl Send for AuthorizeVpcEndpointAccessInput
impl Sync for AuthorizeVpcEndpointAccessInput
impl Unpin for AuthorizeVpcEndpointAccessInput
impl UnwindSafe for AuthorizeVpcEndpointAccessInput
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