#[non_exhaustive]pub struct ListVpcEndpointAccessInput { /* private fields */ }
Expand description
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint
Implementations§
source§impl ListVpcEndpointAccessInput
impl ListVpcEndpointAccessInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVpcEndpointAccess, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVpcEndpointAccess, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListVpcEndpointAccess
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVpcEndpointAccessInput
.
source§impl ListVpcEndpointAccessInput
impl ListVpcEndpointAccessInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the OpenSearch Service domain to retrieve access information for.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Provides an identifier to allow retrieval of paginated results.
Trait Implementations§
source§impl Clone for ListVpcEndpointAccessInput
impl Clone for ListVpcEndpointAccessInput
source§fn clone(&self) -> ListVpcEndpointAccessInput
fn clone(&self) -> ListVpcEndpointAccessInput
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 ListVpcEndpointAccessInput
impl Debug for ListVpcEndpointAccessInput
source§impl PartialEq<ListVpcEndpointAccessInput> for ListVpcEndpointAccessInput
impl PartialEq<ListVpcEndpointAccessInput> for ListVpcEndpointAccessInput
source§fn eq(&self, other: &ListVpcEndpointAccessInput) -> bool
fn eq(&self, other: &ListVpcEndpointAccessInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.