Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListInstanceProfiles C# (CSharp) Method

ListInstanceProfiles() public method

Lists the instance profiles that have the specified path prefix. If there are none, the action returns an empty list. For more information about instance profiles, go to About Instance Profiles.

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 ListInstanceProfiles ( ) : ListInstanceProfilesResponse
return ListInstanceProfilesResponse
        public ListInstanceProfilesResponse ListInstanceProfiles()
        {
            return ListInstanceProfiles(new ListInstanceProfilesRequest());
        }

Same methods

AmazonIdentityManagementServiceClient::ListInstanceProfiles ( ListInstanceProfilesRequest request ) : ListInstanceProfilesResponse
AmazonIdentityManagementServiceClient