#[non_exhaustive]pub struct ModifyVerifiedAccessEndpointPolicyInput { /* private fields */ }
Implementations§
source§impl ModifyVerifiedAccessEndpointPolicyInput
impl ModifyVerifiedAccessEndpointPolicyInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<ModifyVerifiedAccessEndpointPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<ModifyVerifiedAccessEndpointPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyVerifiedAccessEndpointPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyVerifiedAccessEndpointPolicyInput
.
source§impl ModifyVerifiedAccessEndpointPolicyInput
impl ModifyVerifiedAccessEndpointPolicyInput
sourcepub fn verified_access_endpoint_id(&self) -> Option<&str>
pub fn verified_access_endpoint_id(&self) -> Option<&str>
The ID of the Amazon Web Services Verified Access endpoint.
sourcepub fn policy_enabled(&self) -> Option<bool>
pub fn policy_enabled(&self) -> Option<bool>
The status of the Verified Access policy.
sourcepub fn policy_document(&self) -> Option<&str>
pub fn policy_document(&self) -> Option<&str>
The Amazon Web Services Verified Access policy document.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
Trait Implementations§
source§impl Clone for ModifyVerifiedAccessEndpointPolicyInput
impl Clone for ModifyVerifiedAccessEndpointPolicyInput
source§fn clone(&self) -> ModifyVerifiedAccessEndpointPolicyInput
fn clone(&self) -> ModifyVerifiedAccessEndpointPolicyInput
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<ModifyVerifiedAccessEndpointPolicyInput> for ModifyVerifiedAccessEndpointPolicyInput
impl PartialEq<ModifyVerifiedAccessEndpointPolicyInput> for ModifyVerifiedAccessEndpointPolicyInput
source§fn eq(&self, other: &ModifyVerifiedAccessEndpointPolicyInput) -> bool
fn eq(&self, other: &ModifyVerifiedAccessEndpointPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.