ListAccountRolesRequest

public struct ListAccountRolesRequest : AWSShape
extension SSO.ListAccountRolesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.

    Declaration

    Swift

    public let accessToken: String
  • The identifier for the AWS account that is assigned to the user.

    Declaration

    Swift

    public let accountId: String
  • The number of items that clients can request per page.

    Declaration

    Swift

    public let maxResults: Int?
  • The page token from the previous response output when you request subsequent pages.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accessToken: String, accountId: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> SSO.ListAccountRolesRequest