Struct aws_sdk_iam::input::CreateAccessKeyInput
source · #[non_exhaustive]pub struct CreateAccessKeyInput { /* private fields */ }Implementations§
source§impl CreateAccessKeyInput
impl CreateAccessKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAccessKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAccessKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAccessKey>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAccessKeyInput.
source§impl CreateAccessKeyInput
impl CreateAccessKeyInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the IAM user that the new key will belong to.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Trait Implementations§
source§impl Clone for CreateAccessKeyInput
impl Clone for CreateAccessKeyInput
source§fn clone(&self) -> CreateAccessKeyInput
fn clone(&self) -> CreateAccessKeyInput
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 CreateAccessKeyInput
impl Debug for CreateAccessKeyInput
source§impl PartialEq<CreateAccessKeyInput> for CreateAccessKeyInput
impl PartialEq<CreateAccessKeyInput> for CreateAccessKeyInput
source§fn eq(&self, other: &CreateAccessKeyInput) -> bool
fn eq(&self, other: &CreateAccessKeyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.