Class RemoveRoleFromDbInstanceRequest

    • Method Detail

      • dbInstanceIdentifier

        public final String dbInstanceIdentifier()

        The name of the DB instance to disassociate the IAM role from.

        Returns:
        The name of the DB instance to disassociate the IAM role from.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.
      • featureName

        public final String featureName()

        The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

        Returns:
        The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object