AWS SDK for .NET Documentation
CreateInstanceProfileRequest Class
AmazonAmazon.IdentityManagement.ModelCreateInstanceProfileRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateInstanceProfile operation. Creates a new instance profile. For information about instance profiles, go to About Instance Profiles.

For information about the number of instance profiles you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management.

Declaration Syntax
C#
public class CreateInstanceProfileRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateInstanceProfileRequest()()()()
Initializes a new instance of the CreateInstanceProfileRequest 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 create.


Path
Gets and sets the property Path.

The path to the instance profile. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management.

This parameter is optional. If it is not included, it defaults to a slash (/).


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

WithPath(String) Obsolete.
Sets the Path property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateInstanceProfileRequest

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