You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::Types::DeleteInstanceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteInstanceProfileRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteInstanceProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_profile_name: "instanceProfileNameType", # required
}
Instance Attribute Summary collapse
-
#instance_profile_name ⇒ String
The name of the instance profile to delete.
Instance Attribute Details
#instance_profile_name ⇒ String
The name of the instance profile to delete.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-