#[non_exhaustive]pub struct AuthorizeEndpointAccessInput { /* private fields */ }
Implementations§
source§impl AuthorizeEndpointAccessInput
impl AuthorizeEndpointAccessInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The cluster identifier of the cluster to grant access to.
source§impl AuthorizeEndpointAccessInput
impl AuthorizeEndpointAccessInput
sourcepub fn builder() -> AuthorizeEndpointAccessInputBuilder
pub fn builder() -> AuthorizeEndpointAccessInputBuilder
Creates a new builder-style object to manufacture AuthorizeEndpointAccessInput
.
source§impl AuthorizeEndpointAccessInput
impl AuthorizeEndpointAccessInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AuthorizeEndpointAccess, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AuthorizeEndpointAccess, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AuthorizeEndpointAccess
>
Trait Implementations§
source§impl Clone for AuthorizeEndpointAccessInput
impl Clone for AuthorizeEndpointAccessInput
source§fn clone(&self) -> AuthorizeEndpointAccessInput
fn clone(&self) -> AuthorizeEndpointAccessInput
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 AuthorizeEndpointAccessInput
impl Debug for AuthorizeEndpointAccessInput
source§impl PartialEq<AuthorizeEndpointAccessInput> for AuthorizeEndpointAccessInput
impl PartialEq<AuthorizeEndpointAccessInput> for AuthorizeEndpointAccessInput
source§fn eq(&self, other: &AuthorizeEndpointAccessInput) -> bool
fn eq(&self, other: &AuthorizeEndpointAccessInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.