Struct aws_sdk_iam::input::UntagOpenIdConnectProviderInput
source · [−]#[non_exhaustive]pub struct UntagOpenIdConnectProviderInput { /* private fields */ }Implementations
sourceimpl UntagOpenIdConnectProviderInput
impl UntagOpenIdConnectProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UntagOpenIDConnectProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UntagOpenIDConnectProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UntagOpenIDConnectProvider>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UntagOpenIdConnectProviderInput.
sourceimpl UntagOpenIdConnectProviderInput
impl UntagOpenIdConnectProviderInput
sourcepub fn open_id_connect_provider_arn(&self) -> Option<&str>
pub fn open_id_connect_provider_arn(&self) -> Option<&str>
The ARN of the OIDC provider in IAM from which you want to remove tags.
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
sourceimpl Clone for UntagOpenIdConnectProviderInput
impl Clone for UntagOpenIdConnectProviderInput
sourcefn clone(&self) -> UntagOpenIdConnectProviderInput
fn clone(&self) -> UntagOpenIdConnectProviderInput
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<UntagOpenIdConnectProviderInput> for UntagOpenIdConnectProviderInput
impl PartialEq<UntagOpenIdConnectProviderInput> for UntagOpenIdConnectProviderInput
sourcefn eq(&self, other: &UntagOpenIdConnectProviderInput) -> bool
fn eq(&self, other: &UntagOpenIdConnectProviderInput) -> bool
impl StructuralPartialEq for UntagOpenIdConnectProviderInput
Auto Trait Implementations
impl RefUnwindSafe for UntagOpenIdConnectProviderInput
impl Send for UntagOpenIdConnectProviderInput
impl Sync for UntagOpenIdConnectProviderInput
impl Unpin for UntagOpenIdConnectProviderInput
impl UnwindSafe for UntagOpenIdConnectProviderInput
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