#[non_exhaustive]pub struct GetContextKeysForCustomPolicyOutput { /* private fields */ }Expand description
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.
Implementations
sourceimpl GetContextKeysForCustomPolicyOutput
impl GetContextKeysForCustomPolicyOutput
sourcepub fn context_key_names(&self) -> Option<&[String]>
pub fn context_key_names(&self) -> Option<&[String]>
The list of context keys that are referenced in the input policies.
sourceimpl GetContextKeysForCustomPolicyOutput
impl GetContextKeysForCustomPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetContextKeysForCustomPolicyOutput.
Trait Implementations
sourceimpl Clone for GetContextKeysForCustomPolicyOutput
impl Clone for GetContextKeysForCustomPolicyOutput
sourcefn clone(&self) -> GetContextKeysForCustomPolicyOutput
fn clone(&self) -> GetContextKeysForCustomPolicyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetContextKeysForCustomPolicyOutput> for GetContextKeysForCustomPolicyOutput
impl PartialEq<GetContextKeysForCustomPolicyOutput> for GetContextKeysForCustomPolicyOutput
sourcefn eq(&self, other: &GetContextKeysForCustomPolicyOutput) -> bool
fn eq(&self, other: &GetContextKeysForCustomPolicyOutput) -> bool
impl StructuralPartialEq for GetContextKeysForCustomPolicyOutput
Auto Trait Implementations
impl RefUnwindSafe for GetContextKeysForCustomPolicyOutput
impl Send for GetContextKeysForCustomPolicyOutput
impl Sync for GetContextKeysForCustomPolicyOutput
impl Unpin for GetContextKeysForCustomPolicyOutput
impl UnwindSafe for GetContextKeysForCustomPolicyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more