Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListRoles C# (CSharp) Метод

ListRoles() публичный Метод

Lists the IAM roles that have the specified path prefix. If there are none, the action returns an empty list. For more information about roles, go to Working with Roles.

You can paginate the results using the MaxItems and Marker parameters.

/// The request processing has failed because of an unknown error, exception or failure. ///
public ListRoles ( ) : ListRolesResponse
Результат ListRolesResponse
        public ListRolesResponse ListRoles()
        {
            return ListRoles(new ListRolesRequest());
        }

Same methods

AmazonIdentityManagementServiceClient::ListRoles ( ListRolesRequest request ) : ListRolesResponse
AmazonIdentityManagementServiceClient