#[non_exhaustive]pub struct StartDeviceAuthorizationInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDeviceAuthorizationInput
.
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.
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 ==
.