#[non_exhaustive]pub struct StartDeviceAuthorizationInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDeviceAuthorizationInput
.
sourceimpl 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 Amazon Web Services SSO. 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 Amazon Web Services SSO User Guide.
Trait Implementations
sourceimpl Clone for StartDeviceAuthorizationInput
impl Clone for StartDeviceAuthorizationInput
sourcefn clone(&self) -> StartDeviceAuthorizationInput
fn clone(&self) -> StartDeviceAuthorizationInput
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 Debug for StartDeviceAuthorizationInput
impl Debug for StartDeviceAuthorizationInput
sourceimpl PartialEq<StartDeviceAuthorizationInput> for StartDeviceAuthorizationInput
impl PartialEq<StartDeviceAuthorizationInput> for StartDeviceAuthorizationInput
sourcefn eq(&self, other: &StartDeviceAuthorizationInput) -> bool
fn eq(&self, other: &StartDeviceAuthorizationInput) -> bool
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
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