Skip to main content

TIAMRemoveRoleFromInstanceProfileRequest

Class in AWS.IAM

RemoveRoleFromInstanceProfile request class.

Ancestors

Properties

InstanceProfileName

property InstanceProfileName: string

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName, AInstanceProfileName: string);

Constructor for TIAMRemoveRoleFromInstanceProfileRequest.

Parameters

NameDescription
ARoleNameSpecify the name of the IAM role to remove.
AInstanceProfileNameSpecify the name of the EC2 instance profile to update.