AWS SDK for .NET Documentation
GetInstanceProfileRequest Class
AmazonAmazon.IdentityManagement.ModelGetInstanceProfileRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the GetInstanceProfile operation. Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, go to About Instance Profiles. For more information about ARNs, go to ARNs.
Declaration Syntax
C#
public class GetInstanceProfileRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetInstanceProfileRequest()()()()
Initializes a new instance of the GetInstanceProfileRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceProfileName
Gets and sets the property InstanceProfileName.

Name of the instance profile to get information about.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInstanceProfileName(String) Obsolete.
Sets the InstanceProfileName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 GetInstanceProfileRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)