Struct aws_sdk_ssooidc::operation::start_device_authorization::StartDeviceAuthorizationInput
source · #[non_exhaustive]pub struct StartDeviceAuthorizationInput { /* private fields */ }
Implementations§
source§impl StartDeviceAuthorizationInput
impl StartDeviceAuthorizationInput
sourcepub fn client_id(&self) -> Option<&str>
pub fn client_id(&self) -> Option<&str>
The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient
API operation.
sourcepub fn client_secret(&self) -> Option<&str>
pub fn client_secret(&self) -> Option<&str>
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient
API operation.
sourcepub fn start_url(&self) -> Option<&str>
pub fn start_url(&self) -> Option<&str>
The URL for the AWS access portal. For more information, see Using the AWS access portal in the IAM Identity Center User Guide.
source§impl StartDeviceAuthorizationInput
impl StartDeviceAuthorizationInput
sourcepub fn builder() -> StartDeviceAuthorizationInputBuilder
pub fn builder() -> StartDeviceAuthorizationInputBuilder
Creates a new builder-style object to manufacture StartDeviceAuthorizationInput
.
source§impl StartDeviceAuthorizationInput
impl StartDeviceAuthorizationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDeviceAuthorization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartDeviceAuthorization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartDeviceAuthorization
>
Trait Implementations§
source§impl Clone for StartDeviceAuthorizationInput
impl Clone for StartDeviceAuthorizationInput
source§fn clone(&self) -> StartDeviceAuthorizationInput
fn clone(&self) -> StartDeviceAuthorizationInput
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<StartDeviceAuthorizationInput> for StartDeviceAuthorizationInput
impl PartialEq<StartDeviceAuthorizationInput> for StartDeviceAuthorizationInput
source§fn eq(&self, other: &StartDeviceAuthorizationInput) -> bool
fn eq(&self, other: &StartDeviceAuthorizationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartDeviceAuthorizationInput
Auto Trait Implementations§
impl RefUnwindSafe for StartDeviceAuthorizationInput
impl Send for StartDeviceAuthorizationInput
impl Sync for StartDeviceAuthorizationInput
impl Unpin for StartDeviceAuthorizationInput
impl UnwindSafe for StartDeviceAuthorizationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more