You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSO::Types::ListAccountRolesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAccountRolesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "NextTokenType",
  max_results: 1,
  access_token: "AccessTokenType", # required
  account_id: "AccountIdType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.

Returns:

  • (String)

    The token issued by the CreateToken API call.

#account_idString

The identifier for the AWS account that is assigned to the user.

Returns:

  • (String)

    The identifier for the AWS account that is assigned to the user.

#max_resultsInteger

The number of items that clients can request per page.

Returns:

  • (Integer)

    The number of items that clients can request per page.

#next_tokenString

The page token from the previous response output when you request subsequent pages.

Returns:

  • (String)

    The page token from the previous response output when you request subsequent pages.