Struct aws_sdk_sts::input::GetAccessKeyInfoInput
source · [−]#[non_exhaustive]pub struct GetAccessKeyInfoInput { /* private fields */ }Implementations
sourceimpl GetAccessKeyInfoInput
impl GetAccessKeyInfoInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccessKeyInfo, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccessKeyInfo, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAccessKeyInfo>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccessKeyInfoInput.
sourceimpl GetAccessKeyInfoInput
impl GetAccessKeyInfoInput
sourcepub fn access_key_id(&self) -> Option<&str>
pub fn access_key_id(&self) -> Option<&str>
The identifier of an access key.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper- or lowercase letter or digit.
Trait Implementations
sourceimpl Clone for GetAccessKeyInfoInput
impl Clone for GetAccessKeyInfoInput
sourcefn clone(&self) -> GetAccessKeyInfoInput
fn clone(&self) -> GetAccessKeyInfoInput
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 Debug for GetAccessKeyInfoInput
impl Debug for GetAccessKeyInfoInput
sourceimpl PartialEq<GetAccessKeyInfoInput> for GetAccessKeyInfoInput
impl PartialEq<GetAccessKeyInfoInput> for GetAccessKeyInfoInput
sourcefn eq(&self, other: &GetAccessKeyInfoInput) -> bool
fn eq(&self, other: &GetAccessKeyInfoInput) -> bool
impl StructuralPartialEq for GetAccessKeyInfoInput
Auto Trait Implementations
impl RefUnwindSafe for GetAccessKeyInfoInput
impl Send for GetAccessKeyInfoInput
impl Sync for GetAccessKeyInfoInput
impl Unpin for GetAccessKeyInfoInput
impl UnwindSafe for GetAccessKeyInfoInput
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