class Aws::RDS::Types::AddRoleToDBInstanceMessage
@note When making an API call, you may pass AddRoleToDBInstanceMessage
data as a hash: { db_instance_identifier: "String", # required role_arn: "String", # required feature_name: "String", # required }
@!attribute [rw] db_instance_identifier
The name of the DB instance to associate the IAM role with. @return [String]
@!attribute [rw] role_arn
The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, for example `arn:aws:iam::123456789012:role/AccessRole`. @return [String]
@!attribute [rw] feature_name
The name of the feature for the DB instance that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddRoleToDBInstanceMessage AWS API Documentation
Constants
- SENSITIVE