class Aws::IAM::Types::AddRoleToInstanceProfileRequest
@note When making an API call, you may pass AddRoleToInstanceProfileRequest
data as a hash: { instance_profile_name: "instanceProfileNameType", # required role_name: "roleNameType", # required }
@!attribute [rw] instance_profile_name
The name of the instance profile to update. This parameter allows (through its [regex pattern][1]) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: \_+=,.@- [1]: http://wikipedia.org/wiki/regex @return [String]
@!attribute [rw] role_name
The name of the role to add. This parameter allows (through its [regex pattern][1]) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: \_+=,.@- [1]: http://wikipedia.org/wiki/regex @return [String]
@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddRoleToInstanceProfileRequest AWS API Documentation
Constants
- SENSITIVE