#[non_exhaustive]pub struct CreateServiceSpecificCredentialInput { /* private fields */ }Implementations
sourceimpl CreateServiceSpecificCredentialInput
impl CreateServiceSpecificCredentialInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateServiceSpecificCredential, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateServiceSpecificCredential, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateServiceSpecificCredential>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateServiceSpecificCredentialInput.
sourceimpl CreateServiceSpecificCredentialInput
impl CreateServiceSpecificCredentialInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.
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: _+=,.@-
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the Amazon Web Services service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
Trait Implementations
sourceimpl Clone for CreateServiceSpecificCredentialInput
impl Clone for CreateServiceSpecificCredentialInput
sourcefn clone(&self) -> CreateServiceSpecificCredentialInput
fn clone(&self) -> CreateServiceSpecificCredentialInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more