The InstanceProfile data type contains information about an instance profile.

This data type is used as a response element in the following actions:

  • CreateInstanceProfile

  • GetInstanceProfile

  • ListInstanceProfiles

  • ListInstanceProfilesForRole

Example #1
0
 /// <summary>
 /// Sets the InstanceProfile property
 /// </summary>
 /// <param name="instanceProfile">The value to set for the InstanceProfile property </param>
 /// <returns>this instance</returns>
 public GetInstanceProfileResult WithInstanceProfile(InstanceProfile instanceProfile)
 {
     this.instanceProfile = instanceProfile;
     return this;
 }