#[non_exhaustive]pub struct AddClientIdToOpenIdConnectProviderInput { /* private fields */ }Implementations§
source§impl AddClientIdToOpenIdConnectProviderInput
impl AddClientIdToOpenIdConnectProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddClientIDToOpenIDConnectProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddClientIDToOpenIDConnectProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddClientIDToOpenIDConnectProvider>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddClientIdToOpenIdConnectProviderInput.
source§impl AddClientIdToOpenIdConnectProviderInput
impl AddClientIdToOpenIdConnectProviderInput
sourcepub fn open_id_connect_provider_arn(&self) -> Option<&str>
pub fn open_id_connect_provider_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
Trait Implementations§
source§impl Clone for AddClientIdToOpenIdConnectProviderInput
impl Clone for AddClientIdToOpenIdConnectProviderInput
source§fn clone(&self) -> AddClientIdToOpenIdConnectProviderInput
fn clone(&self) -> AddClientIdToOpenIdConnectProviderInput
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 PartialEq<AddClientIdToOpenIdConnectProviderInput> for AddClientIdToOpenIdConnectProviderInput
impl PartialEq<AddClientIdToOpenIdConnectProviderInput> for AddClientIdToOpenIdConnectProviderInput
source§fn eq(&self, other: &AddClientIdToOpenIdConnectProviderInput) -> bool
fn eq(&self, other: &AddClientIdToOpenIdConnectProviderInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.