- Navigation Guide
@aws-sdk/client-iam
ListInstanceProfilesForRoleCommandOutput Interface
The output of ListInstanceProfilesForRoleCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InstanceProfiles Required | InstanceProfile[] | undefined | A list of instance profiles. |
IsTruncated | boolean | undefined | A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the |
Marker | string | undefined | When |
Full Signature
export interface ListInstanceProfilesForRoleCommandOutput extends ListInstanceProfilesForRoleResponse, MetadataBearer