Struct aws_sdk_sso::input::ListAccountRolesInput
source · #[non_exhaustive]pub struct ListAccountRolesInput { /* private fields */ }
Implementations§
source§impl ListAccountRolesInput
impl ListAccountRolesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccountRoles, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListAccountRoles, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAccountRoles
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccountRolesInput
.
source§impl ListAccountRolesInput
impl ListAccountRolesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The page token from the previous response output when you request subsequent pages.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The number of items that clients can request per page.
sourcepub fn access_token(&self) -> Option<&str>
pub fn access_token(&self) -> Option<&str>
The token issued by the CreateToken
API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The identifier for the AWS account that is assigned to the user.
Trait Implementations§
source§impl Clone for ListAccountRolesInput
impl Clone for ListAccountRolesInput
source§fn clone(&self) -> ListAccountRolesInput
fn clone(&self) -> ListAccountRolesInput
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 Debug for ListAccountRolesInput
impl Debug for ListAccountRolesInput
source§impl PartialEq<ListAccountRolesInput> for ListAccountRolesInput
impl PartialEq<ListAccountRolesInput> for ListAccountRolesInput
source§fn eq(&self, other: &ListAccountRolesInput) -> bool
fn eq(&self, other: &ListAccountRolesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.